summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeefcurtains <beefcurtains@users.noreply.github.com>2015-06-11 06:17:22 +0000
committerbeefcurtains <beefcurtains@users.noreply.github.com>2015-06-11 06:20:18 +0000
commitb4d97a27b22abf6b3fa1b914b6e55087369ec31f (patch)
tree2b10556eb8d4854ab8099c15a55029eb7470ee3b
parentf2aa2de7fdc4c05ae75ab435459cc1ff47dc305e (diff)
Remove useless concat ops
-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);