Skip to content
Snippets Groups Projects
Commit 0c13e640 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Orgad Shaneh
Browse files

ClearCase: Fix capitalization


Change-Id: Ic707363021430ad9c8b1df6d3e3e3b444967d08f
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
parent 23c3f61d
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ ActivitySelector::ActivitySelector(QWidget *parent) :
QHBoxLayout *hboxLayout = new QHBoxLayout(this);
hboxLayout->setContentsMargins(0, 0, 0, 0);
QLabel *lblActivity = new QLabel(tr("Select &Activity:"));
QLabel *lblActivity = new QLabel(tr("Select &activity:"));
lblActivity->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred);
hboxLayout->addWidget(lblActivity);
......
......@@ -24,7 +24,7 @@
<item>
<widget class="QLabel" name="lblComment">
<property name="text">
<string>&amp;Checkout Comment:</string>
<string>&amp;Checkout comment:</string>
</property>
<property name="buddy">
<cstring>txtComment</cstring>
......
......@@ -49,7 +49,7 @@
<item row="1" column="0">
<widget class="QLabel" name="loadedCreatedByHeaderLabel">
<property name="text">
<string>Created By:</string>
<string>Created by:</string>
</property>
</widget>
</item>
......@@ -63,7 +63,7 @@
<item row="2" column="0">
<widget class="QLabel" name="loadedCreatedOnHeaderLabel">
<property name="text">
<string>Created On:</string>
<string>Created on:</string>
</property>
</widget>
</item>
......@@ -91,7 +91,7 @@
<item row="1" column="0">
<widget class="QLabel" name="updatedCreatedByHeaderLabel">
<property name="text">
<string>Created By:</string>
<string>Created by:</string>
</property>
</widget>
</item>
......@@ -105,7 +105,7 @@
<item row="2" column="0">
<widget class="QLabel" name="updatedCreatedOnHeaderLabel">
<property name="text">
<string extracomment="Date">Created On:</string>
<string extracomment="Date">Created on:</string>
</property>
</widget>
</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment