summaryrefslogtreecommitdiffstats
path: root/keygendialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keygendialog.cpp')
-rw-r--r--keygendialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/keygendialog.cpp b/keygendialog.cpp
index 4c5b2c5a..0ae92c14 100644
--- a/keygendialog.cpp
+++ b/keygendialog.cpp
@@ -124,9 +124,9 @@ void KeygenDialog::done(int r)
ui->frame->hide();
ui->label->setText(QString("This operation can take some minutes.<br />") +
- "We need to generate a lot of random bytes. It is a good idea to perform " +
- "some other action (type on the keyboard, move the mouse, utilize the " +
- "disks) during the prime generation; this gives the random number " +
+ "We need to generate a lot of random bytes. It is a good idea to perform "
+ "some other action (type on the keyboard, move the mouse, utilize the "
+ "disks) during the prime generation; this gives the random number "
"generator a better chance to gain enough entropy.");
this->layout()->addWidget(pi);