diff options
author | Kali Kaneko <kali@leap.se> | 2014-02-05 20:13:31 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-02-05 20:13:31 -0400 |
commit | d0499461511541ea3ca3b0b1bb3f0f5c7f900c86 (patch) | |
tree | bb3830d7c78b96e9f00cd8f9d08acea898f10182 /src/leap | |
parent | 1b46f9174bbde68e04edd187edfda76183e22c54 (diff) |
fix typos
Diffstat (limited to 'src/leap')
-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 ffedfa1c..86fc1022 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -893,7 +893,7 @@ class MainWindow(QtGui.QMainWindow): "If you use Thunderbird you can use the Bitmask extension helper. " "Search for 'Bitmask' in the add-on manager or download it " "from: {0}.<br><br>" - "You can configure bitmask manually with this options:<br>" + "You can configure Bitmask manually with these options:<br>" "<em>" " Incoming -> IMAP, port: {1}<br>" " Outgoing -> SMTP, port: {2}<br>" |