diff options
author | Ruben Pollan <meskio@sindominio.net> | 2014-10-08 09:24:36 -0500 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2014-10-08 09:24:36 -0500 |
commit | e22295c56a39a31602b58186afa528513363fe35 (patch) | |
tree | 7655d34e19725bef849bc02282ecfdbfa141518d /src/leap/bitmask/gui/advanced_key_management.py | |
parent | 24ff067793ad1d9e347ea96da2d262f2f8cb8977 (diff) | |
parent | 34c81307e58f0356ae7275c88590d77728367fee (diff) |
Merge branch 'ivan/bug/fix-strings' into develop
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, |