diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-11-11 11:54:49 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-11-11 11:54:49 -0300 |
commit | e34674449f5423b07fed608f7c0d2a4e70e5ff4f (patch) | |
tree | c1c4e34c5f16c19c05e8e8785a5b700c7a6d349a /src/leap/bitmask/gui | |
parent | 7b3bf9ecf9e5afb0321777846638ef0c9b3e339c (diff) |
Show a more generic message to the user.
Diffstat (limited to 'src/leap/bitmask/gui')
-rw-r--r-- | src/leap/bitmask/gui/mail_status.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/leap/bitmask/gui/mail_status.py b/src/leap/bitmask/gui/mail_status.py index ec8d8f20..3c933c9a 100644 --- a/src/leap/bitmask/gui/mail_status.py +++ b/src/leap/bitmask/gui/mail_status.py @@ -294,8 +294,7 @@ class MailStatusWidget(QtGui.QWidget): # ext_status = self.tr("Key not found!") elif req.event == proto.KEYMANAGER_STARTED_KEY_GENERATION: ext_status = self.tr( - "Generating new key, please wait... \n" - "(this may take up to 10 minutes depending on the machine)") + "Generating new key, this may take a few minutes.") elif req.event == proto.KEYMANAGER_FINISHED_KEY_GENERATION: ext_status = self.tr("Finished generating key!") elif req.event == proto.KEYMANAGER_DONE_UPLOADING_KEYS: |