From 3807d09342b90966bcd6e51f28c2ceef7195b207 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sun, 11 Apr 2010 20:39:43 +0000 Subject: fix build on debian-lenny / qt4.4 git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@297 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- settingsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settingsdialog.cpp b/settingsdialog.cpp index ae16361..412fa58 100755 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -211,7 +211,7 @@ QHash SettingsDialog::listLanguages() { // translate this String to language used, the language list gets // filled from this - QString(tr("English")); + QString locaLangName = tr("English", "Insert local name of language here. This is used for the language menu of the settingsdialog"); //QStringList languages; QHash languages; -- cgit v1.2.3