Fix badly translated wildcard string in German message catalog.
"*.*" should be "*.*" even in German. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5ecd98f175
commit
6df9d3c0e0
@ -1219,7 +1219,7 @@ msgstr "Alle Dateien (*)|*"
|
||||
|
||||
#: ../include/wx/defs.h:2881
|
||||
msgid "All files (*.*)|*.*"
|
||||
msgstr "Alle Dateien (*.\")|*.\""
|
||||
msgstr "Alle Dateien (*.*)|*.*"
|
||||
|
||||
#: ../src/richtext/richtextstyles.cpp:1057
|
||||
msgid "All styles"
|
||||
|
Loading…
Reference in New Issue
Block a user