From 2344929c3914aabf9c7bc2e05fcb290412871c9a Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 7 Mar 2012 21:25:52 +0000 Subject: added missing tr in password dialog git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@851 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgcontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpgcontext.cpp') diff --git a/gpgcontext.cpp b/gpgcontext.cpp index 3b21514..7aaf35b 100644 --- a/gpgcontext.cpp +++ b/gpgcontext.cpp @@ -481,7 +481,7 @@ gpgme_error_t GpgContext::passphrase(const char *uid_hint, if (!gpgHint.isEmpty()) { // remove UID, leave only username & email gpgHint.remove(0, gpgHint.indexOf(" ")); - passwordDialogMessage += "Enter Password for
\n" + gpgHint + "\n"; + passwordDialogMessage += ""+tr("Enter Password for")+"
" + gpgHint + "
"; } if (mPasswordCache.isEmpty()) { -- cgit v1.2.3