summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Sergey Starosek <sergey.starosek@gmail.com>2014-07-28 18:12:51 +0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-29 09:38:47 -0700
commitd9e16ecd2db84dba8aeb055853cd5e716eb9ce40 (patch)
treebb1cf611a009a55fa74b36f3dd42beacd4f594bd /qt-ui
parent357f5c19dacfb02c241f6c7b94e40bd2d92bc964 (diff)
downloadsubsurface-d9e16ecd2db84dba8aeb055853cd5e716eb9ce40.tar.gz
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>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/profile/profilewidget2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp
index e683b67f6..6ec51e0e6 100644
--- a/qt-ui/profile/profilewidget2.cpp
+++ b/qt-ui/profile/profilewidget2.cpp
@@ -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;
}