mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 14:24:14 +01:00
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 <christophe.curis@free.fr> Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
committed by
Carlos R. Mafra
parent
2b65b0416e
commit
8c1f59a40f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user