String optimization.
--HG-- branch : develop
This commit is contained in:
parent
2ee75fdbab
commit
d21cc1d43f
|
@ -137,7 +137,7 @@ void DialogPreferences::Apply()
|
|||
if (not preferences.isEmpty())
|
||||
{
|
||||
const QString text = tr("Followed %n option(s) require restart to take effect: %1.", "",
|
||||
preferences.size()).arg(preferences.join(", "));
|
||||
preferences.size()).arg(preferences.join(QStringLiteral(", ")));
|
||||
QMessageBox::information(this, QCoreApplication::applicationName(), text);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user