diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-19 17:42:24 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-09-19 17:42:24 +0000 |
commit | 1bee84cba05acdba76bc9289551ce3b276f64c54 (patch) | |
tree | 2bf021fe08f15dbf8cc24e1cabf343c9b3a32ad3 /keymgmt.cpp | |
parent | cosmetic changes(indention) (diff) | |
download | gpg4usb-1bee84cba05acdba76bc9289551ce3b276f64c54.tar.gz gpg4usb-1bee84cba05acdba76bc9289551ce3b276f64c54.zip |
updated german tranlation files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@218 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-x | keymgmt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp index d93c081..b15b999 100755 --- a/keymgmt.cpp +++ b/keymgmt.cpp @@ -278,10 +278,10 @@ void KeyMgmt::keyGenAccept() * check for errors in keygen dialog input */ if ((nameEdit->text()).size() < 5) { - errorString.append(" Name must contain at least five characters. \n"); + errorString.append(tr(" Name must contain at least five characters. \n")); } if (passwordEdit->text() != repeatpwEdit->text()) { - errorString.append(" Password and Repeat don't match. "); + errorString.append(tr(" Password and Repeat don't match. ")); } |