mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1085,7 +1085,7 @@ void ProfileWidget2::editName()
|
||||||
if (ok && !newName.isEmpty()) {
|
if (ok && !newName.isEmpty()) {
|
||||||
if (newName.length() > 22) { //longer names will display as garbage.
|
if (newName.length() > 22) { //longer names will display as garbage.
|
||||||
QMessageBox lengthWarning;
|
QMessageBox lengthWarning;
|
||||||
lengthWarning.setText("Name is too long!");
|
lengthWarning.setText(tr("Name is too long!"));
|
||||||
lengthWarning.exec();
|
lengthWarning.exec();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue