Another string to translate

[Dirk Hohndel: took only one of the two parts and adjusted commit message
               accordingly]

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2014-07-28 18:12:51 +04:00 committed by Dirk Hohndel
parent 357f5c19da
commit d9e16ecd2d

View file

@ -1085,7 +1085,7 @@ void ProfileWidget2::editName()
if (ok && !newName.isEmpty()) {
if (newName.length() > 22) { //longer names will display as garbage.
QMessageBox lengthWarning;
lengthWarning.setText("Name is too long!");
lengthWarning.setText(tr("Name is too long!"));
lengthWarning.exec();
return;
}