Fix brackets in Korean translation

So that it won't crash.
This commit is contained in:
Ghostkeeper 2018-02-06 16:25:15 +01:00
parent 399a63912e
commit 45a4c56915
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -1343,7 +1343,7 @@ msgstr "인터페이스로드 중 ..."
#, python-format #, python-format
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm." msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
msgid "%(width).1f x %(depth).1f x %(height).1f mm" msgid "%(width).1f x %(depth).1f x %(height).1f mm"
msgstr "% (너비) .1f x % (깊이) .1f x % (높이) .1f mm" msgstr "%(width).1f x %(depth).1f x %(height).1f mm"
#: /home/ruben/Projects/Cura/cura/CuraApplication.py:1417 #: /home/ruben/Projects/Cura/cura/CuraApplication.py:1417
#, python-brace-format #, python-brace-format