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.");
if (HostOsInfo::isWindowsHost()) {
diffWarning += QLatin1Char(' ');
diffWarning.append(tr("DiffUtils is available for free download at"
"http://gnuwin32.sourceforge.net/packages/diffutils.htm."
diffWarning.append(tr("DiffUtils is available for free download at "
"http://gnuwin32.sourceforge.net/packages/diffutils.htm. "
"Extract it to a directory in your PATH."));
}
m_ui.diffWarningLabel->setText(diffWarning);