ClearCase: Fix capitalization

Change-Id: Ic707363021430ad9c8b1df6d3e3e3b444967d08f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Orgad Shaneh
2012-09-27 22:29:13 +02:00
committed by Orgad Shaneh
parent 23c3f61d1a
commit 0c13e640f1
3 changed files with 6 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ ActivitySelector::ActivitySelector(QWidget *parent) :
QHBoxLayout *hboxLayout = new QHBoxLayout(this); QHBoxLayout *hboxLayout = new QHBoxLayout(this);
hboxLayout->setContentsMargins(0, 0, 0, 0); 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); lblActivity->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred);
hboxLayout->addWidget(lblActivity); hboxLayout->addWidget(lblActivity);

View File

@@ -24,7 +24,7 @@
<item> <item>
<widget class="QLabel" name="lblComment"> <widget class="QLabel" name="lblComment">
<property name="text"> <property name="text">
<string>&amp;Checkout Comment:</string> <string>&amp;Checkout comment:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>txtComment</cstring> <cstring>txtComment</cstring>

View File

@@ -49,7 +49,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="loadedCreatedByHeaderLabel"> <widget class="QLabel" name="loadedCreatedByHeaderLabel">
<property name="text"> <property name="text">
<string>Created By:</string> <string>Created by:</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -63,7 +63,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="loadedCreatedOnHeaderLabel"> <widget class="QLabel" name="loadedCreatedOnHeaderLabel">
<property name="text"> <property name="text">
<string>Created On:</string> <string>Created on:</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -91,7 +91,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="updatedCreatedByHeaderLabel"> <widget class="QLabel" name="updatedCreatedByHeaderLabel">
<property name="text"> <property name="text">
<string>Created By:</string> <string>Created by:</string>
</property> </property>
</widget> </widget>
</item> </item>
@@ -105,7 +105,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="updatedCreatedOnHeaderLabel"> <widget class="QLabel" name="updatedCreatedOnHeaderLabel">
<property name="text"> <property name="text">
<string extracomment="Date">Created On:</string> <string extracomment="Date">Created on:</string>
</property> </property>
</widget> </widget>
</item> </item>