summaryrefslogtreecommitdiff
path: root/portato/gui/views.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-11 16:14:13 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-11 16:14:13 +0200
commit1f7f06f92bb910a0b1e025055b252478e5727fb3 (patch)
treee17f2fcccf67ee6b708fa3cf325775120bd44c5e /portato/gui/views.py
parentd9a7cd1da64da57bea05e5b234b9d9c6fea7f911 (diff)
parentf60043617196af00df43d2083c7bc318f5c8ef4d (diff)
downloadportato-1f7f06f92bb910a0b1e025055b252478e5727fb3.tar.gz
portato-1f7f06f92bb910a0b1e025055b252478e5727fb3.tar.bz2
portato-1f7f06f92bb910a0b1e025055b252478e5727fb3.zip
Merge branch '0.14'
Conflicts: portato/plugin.py
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)