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:
parent
357f5c19da
commit
d9e16ecd2d
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user