diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-14 18:42:43 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-14 18:42:43 +0000 |
commit | 0c31bd3c5e00066fd75e3ea3f68faedd9c2c9b7e (patch) | |
tree | 0cdb8c5e75e3512db28a8aa1194c04efb6c5769a /settingsdialog.cpp | |
parent | sorted translators alphabetically (diff) | |
download | gpg4usb-0c31bd3c5e00066fd75e3ea3f68faedd9c2c9b7e.tar.gz gpg4usb-0c31bd3c5e00066fd75e3ea3f68faedd9c2c9b7e.zip |
changed portuguese to brasil
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@307 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'settingsdialog.cpp')
-rwxr-xr-x | settingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settingsdialog.cpp b/settingsdialog.cpp index d96b96a..aed2c26 100755 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -212,7 +212,7 @@ QHash<QString, QString> SettingsDialog::listLanguages() { // translate this String to language used, the language list gets // filled from this - QString locaLangName = tr("English", "Insert local name of language here. This is used for the language menu of the settingsdialog"); +// QString locaLangName = tr("English", "Insert local name of language here. This is used for the language menu of the settingsdialog"); //QStringList languages; QHash<QString, QString> languages; |