forked from qt-creator/qt-creator
Core: Make a message box title capitalized
Change-Id: Iddbf6224a30d154af7b7216be13e795ae41f3ccd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -168,7 +168,7 @@ void GeneralSettings::setLanguage(const QString &locale)
|
||||
{
|
||||
QSettings *settings = ICore::settings();
|
||||
if (settings->value(QLatin1String("General/OverrideLanguage")).toString() != locale)
|
||||
QMessageBox::information(ICore::mainWindow(), tr("Restart required"),
|
||||
QMessageBox::information(ICore::mainWindow(), tr("Restart Required"),
|
||||
tr("The language change will take effect after a restart of Qt Creator."));
|
||||
|
||||
if (locale.isEmpty())
|
||||
|
Reference in New Issue
Block a user