summaryrefslogtreecommitdiffstats
path: root/keygendialog.cpp
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-27 05:22:43 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-27 05:22:43 +0200
commitc629a26013a5de6f065b2b90f48838d8251623ad (patch)
treedfadeebc848986d9b48256d12b5d30db6ea2de5c /keygendialog.cpp
parent5719afc09a7cb612c1109b38fb7270ca743a0be3 (diff)
minor visual additions
Diffstat (limited to 'keygendialog.cpp')
-rw-r--r--keygendialog.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/keygendialog.cpp b/keygendialog.cpp
index 9932ea26..4c5b2c5a 100644
--- a/keygendialog.cpp
+++ b/keygendialog.cpp
@@ -123,9 +123,10 @@ void KeygenDialog::done(int r)
pi->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
ui->frame->hide();
- ui->label->setText(QString("We need to generate a lot of random bytes. It is a good idea to perform<br/>") +
- "some other action (type on the keyboard, move the mouse, utilize the<br/>" +
- "disks) during the prime generation; this gives the random number<br/>" +
+ 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 " +
"generator a better chance to gain enough entropy.");
this->layout()->addWidget(pi);