From c3cf1b5214262225e990be4d3d6999967b2c6639 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 5 Aug 2012 10:22:14 +0000 Subject: minor translation correction git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@940 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keygendialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v1.2.3