Clear Case: fix UI text

Change-Id: Ic9b0481287a30312209bc84c1190e97087495e0f
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Leena Miettinen
2015-10-22 17:02:43 +02:00
parent 85992f823e
commit b0cd8f14bc
2 changed files with 4 additions and 4 deletions

View File

@@ -91,8 +91,8 @@ void SettingsPageWidget::setSettings(const ClearCaseSettings &s)
QString diffWarning = tr("In order to use External diff, \"diff\" command needs to be accessible."); QString diffWarning = tr("In order to use External diff, \"diff\" command needs to be accessible.");
if (HostOsInfo::isWindowsHost()) { if (HostOsInfo::isWindowsHost()) {
diffWarning += QLatin1Char(' '); diffWarning += QLatin1Char(' ');
diffWarning.append(tr("DiffUtils is available for free download at" diffWarning.append(tr("DiffUtils is available for free download at "
"http://gnuwin32.sourceforge.net/packages/diffutils.htm." "http://gnuwin32.sourceforge.net/packages/diffutils.htm. "
"Extract it to a directory in your PATH.")); "Extract it to a directory in your PATH."));
} }
m_ui.diffWarningLabel->setText(diffWarning); m_ui.diffWarningLabel->setText(diffWarning);

View File

@@ -45,7 +45,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QRadioButton" name="graphicalDiffRadioButton"> <widget class="QRadioButton" name="graphicalDiffRadioButton">
<property name="text"> <property name="text">
<string>&amp;Graphical (Single file only)</string> <string>&amp;Graphical (single file only)</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
@@ -246,7 +246,7 @@
<string>Check out or check in files with no comment (-nc/omment).</string> <string>Check out or check in files with no comment (-nc/omment).</string>
</property> </property>
<property name="text"> <property name="text">
<string>Do &amp;not prompt for comment during check out or check in</string> <string>Do &amp;not prompt for comment during checkout or check-in</string>
</property> </property>
</widget> </widget>
</item> </item>