diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-08-05 10:22:14 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-08-05 10:22:14 +0000 |
commit | c3cf1b5214262225e990be4d3d6999967b2c6639 (patch) | |
tree | 7e5f4d97fba97445d0f88bdbdc131442cb5a73a4 | |
parent | show messagebox, if keysize is set to more than 2048 bit (diff) | |
download | gpg4usb-c3cf1b5214262225e990be4d3d6999967b2c6639.tar.gz gpg4usb-c3cf1b5214262225e990be4d3d6999967b2c6639.zip |
minor translation correction
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@940 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | keygendialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keygendialog.cpp b/keygendialog.cpp index c387681..998fa27 100644 --- a/keygendialog.cpp +++ b/keygendialog.cpp @@ -224,7 +224,7 @@ void KeyGenDialog::keySizeChanged() { if (keySizeSpinBox->value() > 2048 && lastKeySize <=2048) { QMessageBox::warning(this, tr("Key size warning"), - tr("You've set the keysize to more than 2048 bits. This setting is for advanced users only. The key generation could take a very, very long time.")); + tr("You've set the keysize to more than 2048 bits. This setting is for advanced users only. The key generation may take a very, very long time.")); } lastKeySize=keySizeSpinBox->value(); } |