From d9e16ecd2db84dba8aeb055853cd5e716eb9ce40 Mon Sep 17 00:00:00 2001 From: Sergey Starosek Date: Mon, 28 Jul 2014 18:12:51 +0400 Subject: Another string to translate [Dirk Hohndel: took only one of the two parts and adjusted commit message accordingly] Signed-off-by: Sergey Starosek Signed-off-by: Dirk Hohndel --- qt-ui/profile/profilewidget2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui') 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; } -- cgit v1.2.3-70-g09d2