~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/plugins/clearcase/settingspage.cpp

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    } else {
87
87
        QString diffWarning = tr("In order to use External diff, 'diff' command needs to be accessible.");
88
88
        if (HostOsInfo::isWindowsHost()) {
89
 
            diffWarning.append(tr(" DiffUtils is available for free download "
 
89
            diffWarning += QLatin1Char(' ');
 
90
            diffWarning.append(tr("DiffUtils is available for free download "
90
91
                                  "<a href=\"http://gnuwin32.sourceforge.net/packages/diffutils.htm\">here</a>. "
91
92
                                  "Please extract it to a directory in your PATH."));
92
93
        }