summaryrefslogtreecommitdiff
path: root/portato/gui/views.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-11 16:01:25 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-11 16:01:25 +0200
commit4534b61c412dbfb0a04fc533ababbe85df845761 (patch)
tree311e5998b344f1c0ef1a038bba195d9e71afbda2 /portato/gui/views.py
parentc0f9b7b3c2e2df7c3b12f314d6d9d90846f9d255 (diff)
downloadportato-4534b61c412dbfb0a04fc533ababbe85df845761.tar.gz
portato-4534b61c412dbfb0a04fc533ababbe85df845761.tar.bz2
portato-4534b61c412dbfb0a04fc533ababbe85df845761.zip
Fixed translation template and German translation. Thanks to André.
Diffstat (limited to '')
-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 699a832..bb96564 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)