summaryrefslogtreecommitdiff
path: root/portato/gui/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/views.py')
-rw-r--r--portato/gui/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/views.py b/portato/gui/views.py
index ed05853..5abf081 100644
--- a/portato/gui/views.py
+++ b/portato/gui/views.py
@@ -108,7 +108,7 @@ class HighlightView (gtksourceview2.View, LazyView):
old_lang = lang
if not language and old_lang:
- warning(_("No %(old)s language file installed. Disable highlighting."), {"old" : old_lang})
+ warning(_("No %(old)s language file installed. Disabling highlighting."), {"old" : old_lang})
buf = gtksourceview2.Buffer()
buf.set_language(language)