diff options
author | kwadronaut <kwadronaut@leap.se> | 2015-07-19 17:26:59 +0200 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-07-20 14:31:53 -0300 |
commit | 65bdd263322fbce871e2804fbc6cbccb33fb53b8 (patch) | |
tree | 9dfbfc43a637cc0e05558583e34c2ed3b6e979bc /src/leap/bitmask/gui/mainwindow.py | |
parent | 3a5eba162db77c76bd0bb035c84ffa42a8a08b0e (diff) |
[style] grammar fix
- Resolves: #7284
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 9f6c77cd..22af9de2 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -985,7 +985,7 @@ class MainWindow(QtGui.QMainWindow, SignalTracker): "manager or download it from <a href='{0}'>" "addons.mozilla.org</a>.".format(thunderbird_extension_url)) manual_text = self.tr( - "Alternately, you can manually configure " + "Alternatively, you can manually configure " "your mail client to use Bitmask Email with these options:") manual_imap = self.tr("IMAP: localhost, port {0}".format(IMAP_PORT)) manual_smtp = self.tr("SMTP: localhost, port {0}".format(smtp_port)) |