diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-10-07 17:01:14 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-10-28 15:30:49 -0300 |
commit | 45b6bbb1e3b710fe975d1627a9dbb4e89369bb50 (patch) | |
tree | a9cecc7957c2b5641b87286999f5bfe943069d3e /src/leap/bitmask/gui/advanced_key_management.py | |
parent | 5d3e34a1d71c52a62bc8ce386d93d5dd3221d57c (diff) |
Fix typos on strings and remove unused button.
This was reported by the user 'strel' on transifex.
Diffstat (limited to 'src/leap/bitmask/gui/advanced_key_management.py')
-rw-r--r-- | src/leap/bitmask/gui/advanced_key_management.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/advanced_key_management.py b/src/leap/bitmask/gui/advanced_key_management.py index b3a4ed8e..48a1db93 100644 --- a/src/leap/bitmask/gui/advanced_key_management.py +++ b/src/leap/bitmask/gui/advanced_key_management.py @@ -121,7 +121,7 @@ class AdvancedKeyManagement(QtGui.QDialog): if file_name: question = self.tr("Are you sure that you want to replace " - "the current key pair whith the imported?") + "the current key pair with the imported?") res = QtGui.QMessageBox.question( None, "Change key pair", question, QtGui.QMessageBox.Yes | QtGui.QMessageBox.No, |