From 3dbf91eb18d7e99e391ffa92ace84d0a1d86b651 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 28 Aug 2017 15:42:12 +0200 Subject: [PATCH] Fix mistakenly translated replace key Bad translator. Baaaaaaad. Contributes to issue CURA-3999. --- resources/i18n/zh_CN/cura.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/i18n/zh_CN/cura.po b/resources/i18n/zh_CN/cura.po index 0223039aca..61830f2998 100644 --- a/resources/i18n/zh_CN/cura.po +++ b/resources/i18n/zh_CN/cura.po @@ -801,7 +801,7 @@ msgstr "正在载入界面…" #, python-format 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" -msgstr "%(宽).1f x %(深).1f x %(高).1f mm" +msgstr "%(width).1f x %(depth).1f x %(height).1f mm" #: /home/ruben/Projects/Cura/cura/CuraApplication.py:1285 #, python-brace-format