diff options
author | Kali Kaneko <kali@leap.se> | 2014-05-29 12:49:44 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-05-29 14:20:56 -0500 |
commit | efea398e18f806ad5bb7cec4aa0dcef5f94319bc (patch) | |
tree | bd5ddcec4ed93c79a8b40942151ea672db6fb9f0 /src/leap/bitmask/gui/mainwindow.py | |
parent | 5f6e44241b4858f1c407f0babfc41f40a06405f1 (diff) |
rephrase
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index 98d9fb8b..1d467e60 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -1360,7 +1360,7 @@ class MainWindow(QtGui.QMainWindow): """ # TODO split. if not self._provides_mx_and_enabled() and not flags.OFFLINE: - logger.debug("Does not provides and enabled MX") + logger.debug("Provider does not offer MX, but it is enabled.") return username = self._login_widget.get_user() |