From cb30ff69a84809068c1bf596257afe7d97003fc4 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sun, 4 Aug 2013 13:31:00 +0200 Subject: [PATCH] fixed typo --- Mailnag/plugins/libnotifyplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailnag/plugins/libnotifyplugin.py b/Mailnag/plugins/libnotifyplugin.py index df0b95b..62fd40d 100644 --- a/Mailnag/plugins/libnotifyplugin.py +++ b/Mailnag/plugins/libnotifyplugin.py @@ -123,7 +123,7 @@ class LibNotifyPlugin(Plugin): box.set_orientation(Gtk.Orientation.VERTICAL) label = Gtk.Label() - label.set_markup('%s' % _('Please select a notifcation mode:')) + label.set_markup('%s' % _('Please select a notification mode:')) label.set_alignment(0.0, 0.0) box.pack_start(label, True, True, 0)