forked from qt-creator/qt-creator
I18n: tr-fixes.
This commit is contained in:
@@ -346,10 +346,12 @@ void Qt4ProjectConfigWidget::updateImportLabel()
|
||||
QString type;
|
||||
switch (task.type) {
|
||||
case ProjectExplorer::Task::Error:
|
||||
type = tr("Error: ");
|
||||
type = tr("Error:");
|
||||
type += QLatin1Char(' ');
|
||||
break;
|
||||
case ProjectExplorer::Task::Warning:
|
||||
type = tr("Warning: ");
|
||||
type = tr("Warning:");
|
||||
type += QLatin1Char(' ');
|
||||
break;
|
||||
case ProjectExplorer::Task::Unknown:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user