UI text: use double quotes for emphasis

Change-Id: Ia32f968bc672c587925ebc600de06b4387966aee
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2015-06-01 09:51:04 +02:00
parent 51bb52139c
commit e2e175f092
3 changed files with 3 additions and 3 deletions

View File

@@ -265,7 +265,7 @@ bool ProjectIntroPage::validateProjectName(const QString &name, QString *errorMe
}
if (name.contains(QLatin1Char('.'))) {
if (errorMessage)
*errorMessage = tr("Invalid character '.'.");
*errorMessage = tr("Invalid character \".\".");
return false;
}
return true;