From 4534b61c412dbfb0a04fc533ababbe85df845761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 11 Apr 2010 16:01:25 +0200 Subject: =?UTF-8?q?Fixed=20translation=20template=20and=20German=20transla?= =?UTF-8?q?tion.=20Thanks=20to=20Andr=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portato/gui/templates/MainWindow.ui | 2 +- portato/gui/templates/PreferenceWindow.ui | 2 +- portato/gui/views.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'portato/gui') diff --git a/portato/gui/templates/MainWindow.ui b/portato/gui/templates/MainWindow.ui index 05e9545..2eaaae1 100644 --- a/portato/gui/templates/MainWindow.ui +++ b/portato/gui/templates/MainWindow.ui @@ -644,7 +644,7 @@ True False False - Execute the current selected queue + Execute the currently selected queue diff --git a/portato/gui/templates/PreferenceWindow.ui b/portato/gui/templates/PreferenceWindow.ui index f456ed7..0f0a16f 100644 --- a/portato/gui/templates/PreferenceWindow.ui +++ b/portato/gui/templates/PreferenceWindow.ui @@ -931,7 +931,7 @@ As an example: <i>app-admin</i>, <i>app-emacs</i>, and & True True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Chose a console font + Choose a console font True True False 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) -- cgit v1.2.3