summaryrefslogtreecommitdiff
path: root/src/plugins/clearcase
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-07-28 09:36:58 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-07-28 08:31:59 +0000
commit6150d908d192f5141a1c1936fe0fa2844835469f (patch)
tree3d90a2b59587aef16e441b50e12f297be00360e8 /src/plugins/clearcase
parent11893271bade2ec18fec575434d0b0a8d471f3b1 (diff)
downloadqt-creator-6150d908d192f5141a1c1936fe0fa2844835469f.tar.gz
ClearCase: Fix UI text to follow guidelines
Change-Id: Ida47885f58aa0a219ad9eef5aa670a643c58744e Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/clearcase')
-rw-r--r--src/plugins/clearcase/versionselector.cpp2
-rw-r--r--src/plugins/clearcase/versionselector.ui4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/clearcase/versionselector.cpp b/src/plugins/clearcase/versionselector.cpp
index 70f920cf73..42067fd041 100644
--- a/src/plugins/clearcase/versionselector.cpp
+++ b/src/plugins/clearcase/versionselector.cpp
@@ -39,7 +39,7 @@ VersionSelector::VersionSelector(const QString &fileName, const QString &message
{
ui->setupUi(this);
ui->headerLabel->setText(ui->headerLabel->text().arg(fileName));
- ui->loadedText->setHtml(tr("<html><head/><body><p><b>NOTE: You will not be able to check in "
+ ui->loadedText->setHtml(tr("<html><head/><body><p><b>Note: You will not be able to check in "
"this file without merging the changes (not supported by the "
"plugin)</b></p></body></html>"));
m_stream = new QTextStream(message.toLocal8Bit(), QIODevice::ReadOnly | QIODevice::Text);
diff --git a/src/plugins/clearcase/versionselector.ui b/src/plugins/clearcase/versionselector.ui
index d69b901d3c..7e1c9b620b 100644
--- a/src/plugins/clearcase/versionselector.ui
+++ b/src/plugins/clearcase/versionselector.ui
@@ -17,7 +17,7 @@
<item>
<widget class="QLabel" name="headerLabel">
<property name="text">
- <string>There are multiple versions of '%1' which can be considered for checkout. Please select version to checkout:</string>
+ <string>Multiple versions of "%1" can be checked out. Select the version to check out:</string>
</property>
<property name="wordWrap">
<bool>true</bool>
@@ -32,7 +32,7 @@
<item row="0" column="0">
<widget class="QRadioButton" name="loadedRadioButton">
<property name="text">
- <string>&amp;Loaded Version</string>
+ <string>&amp;Loaded version</string>
</property>
<property name="checked">
<bool>true</bool>