From 8c1f59a40fa4cc31b6c0f334b9142ebd7e0e1f35 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sat, 15 Nov 2014 19:40:58 +0100 Subject: [PATCH] WPrefs: remove fuzzy translation that are likely to puzzle user Unfortunately this will lower the translation score for German, but the translation guessed by fuzzy matching in gettext is not acceptable in the current case: the translated string is already used for another entry in the list, meaning that user would not see the difference between the two and would probably then not understand why things do not behave the way he expects. Signed-off-by: Christophe CURIS Signed-off-by: Carlos R. Mafra --- WPrefs.app/po/de.po | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/WPrefs.app/po/de.po b/WPrefs.app/po/de.po index 99dcedb1..fe60b4d4 100644 --- a/WPrefs.app/po/de.po +++ b/WPrefs.app/po/de.po @@ -702,14 +702,12 @@ msgid "Focus previous window" msgstr "Vorheriges Fenster" #: ../../WPrefs.app/KeyboardShortcuts.c:488 -#, fuzzy msgid "Focus next group window" -msgstr "Nächstes Fenster" +msgstr "" #: ../../WPrefs.app/KeyboardShortcuts.c:489 -#, fuzzy msgid "Focus previous group window" -msgstr "Vorheriges Fenster" +msgstr "" #: ../../WPrefs.app/KeyboardShortcuts.c:490 msgid "Switch to next workspace" -- 2.11.4.GIT