forked from qt-creator/qt-creator
Fixed some typos and added some missing ellipises
During translation into Slovenian I noticed some typos in original string. For example some missing ellipsis characters and some incorrectly spelled MeeGo names (as Meego) Change-Id: I48eaa95303f1e82ab9893f713056382e8daaef41 Merge-request: 2200 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
fd4078f963
commit
fa4db8d045
@@ -402,7 +402,7 @@ void Qt4ProjectConfigWidget::updateImportLabel()
|
||||
m_ui->problemLabel->setVisible(true);
|
||||
m_ui->warningLabel->setVisible(true);
|
||||
m_ui->importLabel->setVisible(false);
|
||||
m_ui->problemLabel->setText(tr("An build for a different project exists in %1, which will be overwritten.",
|
||||
m_ui->problemLabel->setText(tr("A build for a different project exists in %1, which will be overwritten.",
|
||||
"%1 build directory").
|
||||
arg(m_ui->shadowBuildDirEdit->path()));
|
||||
} else if (!issues.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user