diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-02-07 11:10:54 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-02-07 11:10:54 -0300 |
commit | 0a065eeabf14f794e0aca55c7b16cff816223554 (patch) | |
tree | 2c9a2d172a12a684ece536706ae7b183c2d8df07 /src/leap | |
parent | 8ba4f9303cfda51835ece45d77da85f110920042 (diff) | |
parent | d0499461511541ea3ca3b0b1bb3f0f5c7f900c86 (diff) |
Merge remote-tracking branch 'kali/bug/help_typos' into develop
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>" |