diff options
author | Thierry Crozat | 2016-04-09 20:25:46 +0100 |
---|---|---|
committer | Thierry Crozat | 2016-04-09 20:27:38 +0100 |
commit | dfa7a102296587dbbd58ba1cf47a2457c6168334 (patch) | |
tree | 2594c97fc61cd301767268c6c87e306a0aa41930 | |
parent | 663044f095d9c3290149d426d68b7da0f5c26683 (diff) | |
download | scummvm-rg350-dfa7a102296587dbbd58ba1cf47a2457c6168334.tar.gz scummvm-rg350-dfa7a102296587dbbd58ba1cf47a2457c6168334.tar.bz2 scummvm-rg350-dfa7a102296587dbbd58ba1cf47a2457c6168334.zip |
I18N: Escape quotes in German translation
Unescaped quotes cause the string to be truncated.
-rw-r--r-- | po/de_DE.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/de_DE.po b/po/de_DE.po index 32ad9b734a..1a869a0e93 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -1284,7 +1284,7 @@ msgstr "" #: gui/updates-dialog.cpp:55 msgid "(You can always enable it in the options dialog on the Misc tab)" -msgstr "(Sie können diese auch jederzeit im Options-Dialog unter dem Reiter "Sonstiges" aktivieren)" +msgstr "(Sie können diese auch jederzeit im Options-Dialog unter dem Reiter \"Sonstiges\" aktivieren)" #: gui/updates-dialog.cpp:92 msgid "Check for updates automatically" |