diff options
author | Carl Worth <[email protected]> | 2012-12-03 15:43:20 -0800 |
---|---|---|
committer | Carl Worth <[email protected]> | 2013-01-11 13:54:54 -0800 |
commit | 8888c6f8e50f3e5e316d2f41556162bec9a685d4 (patch) | |
tree | 89bd8cd3be789bdc8171b45b4977dfe2b8d98a0b | |
parent | ec04617fb36206863abfd3171876a52cbf4d9807 (diff) |
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 <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/common/xmlpool/de.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/common/xmlpool/de.po b/src/mesa/drivers/dri/common/xmlpool/de.po index 724237929fe..a87c8d51399 100644 --- a/src/mesa/drivers/dri/common/xmlpool/de.po +++ b/src/mesa/drivers/dri/common/xmlpool/de.po @@ -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 |