diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-11 16:01:25 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-11 16:01:25 +0200 |
commit | 4534b61c412dbfb0a04fc533ababbe85df845761 (patch) | |
tree | 311e5998b344f1c0ef1a038bba195d9e71afbda2 /portato/gui/views.py | |
parent | c0f9b7b3c2e2df7c3b12f314d6d9d90846f9d255 (diff) | |
download | portato-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.py | 2 |
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) |