From 65bdd263322fbce871e2804fbc6cbccb33fb53b8 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Sun, 19 Jul 2015 17:26:59 +0200 Subject: [style] grammar fix - Resolves: #7284 --- src/leap/bitmask/gui/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap') 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 " "addons.mozilla.org.".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)) -- cgit v1.2.3