diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-07-09 12:56:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 12:56:26 +0200 |
commit | 8d6a95347537c5e3084f269bdf98d1128b67b29b (patch) | |
tree | 6a380cf1990607daa800b5305ef5b9a237d8af84 /editor/translations/zh_CN.po | |
parent | 59ad47961f5d24b3993ec431e50ce29629cba02c (diff) | |
parent | 349deabbe4f94f73a4b6c950d4f07e92e50d9fed (diff) |
Merge pull request #30450 from hbina/fix_issue_30063_and_similar
Fix issues where translations doesn't work because of white space in %s
Diffstat (limited to 'editor/translations/zh_CN.po')
-rw-r--r-- | editor/translations/zh_CN.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/translations/zh_CN.po b/editor/translations/zh_CN.po index 5ded2ed4a4..a789fbbaaa 100644 --- a/editor/translations/zh_CN.po +++ b/editor/translations/zh_CN.po @@ -10936,7 +10936,7 @@ msgstr "标识符字段不能为空." #: platform/iphone/export/export.cpp msgid "The character '%s' is not allowed in Identifier." -msgstr "标识符中不允许使用字符 '% s' 。" +msgstr "标识符中不允许使用字符 '%s' 。" #: platform/iphone/export/export.cpp msgid "A digit cannot be the first character in a Identifier segment." |