String optimization.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-05-11 12:42:52 +03:00
parent 2ee75fdbab
commit d21cc1d43f

View file

@ -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);
}