driconf: Fix German translations by removing a couple of bogus backslashes
As can be seen, many other translation strings already include a single
apostrophe just fine without any escaping. This strangely-escaped apostrophe
was causing a build failure ("invalid escape sequence") resulting in no "de"
translations in the final options.h file.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
@@ -207,14 +207,14 @@ msgid ""
|
||||
"Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for "
|
||||
"default quality"
|
||||
msgstr "Morphologische Kantenglättung (Anti-Aliasing) basierend auf "
|
||||
"Jimenez\' MLAA. 0 für deaktiviert, 8 für Standardqualität"
|
||||
"Jimenez' MLAA. 0 für deaktiviert, 8 für Standardqualität"
|
||||
|
||||
#: t_options.h:221
|
||||
msgid ""
|
||||
"Morphological anti-aliasing based on Jimenez\\' MLAA. 0 to disable, 8 for "
|
||||
"default quality. Color version, usable with 2d GL apps"
|
||||
msgstr "Morphologische Kantenglättung (Anti-Aliasing) basierend auf "
|
||||
"Jimenez\' MLAA. 0 für deaktiviert, 8 für Standardqualität. "
|
||||
"Jimenez' MLAA. 0 für deaktiviert, 8 für Standardqualität. "
|
||||
"Farbversion, für 2D-Anwendungen"
|
||||
|
||||
#: t_options.h:226
|
||||
|
||||
Reference in New Issue
Block a user