summaryrefslogtreecommitdiffstats
path: root/keygendialog.cpp
diff options
context:
space:
mode:
authorbeefcurtains <brouwer@annejan.com>2015-06-11 06:17:22 +0000
committerbeefcurtains <beefcurtains@users.noreply.github.com>2015-06-11 06:20:18 +0000
commit1b7981870da93ff1e09b4d92960d95d769e91b08 (patch)
tree2b10556eb8d4854ab8099c15a55029eb7470ee3b /keygendialog.cpp
parent4d1cf48c15bde3b7af6074cf71b354e950a5180f (diff)
Remove useless concat ops
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);