diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2016-11-20 13:26:17 +0100 |
---|---|---|
committer | Jiang Xin <worldhello.net@gmail.com> | 2016-11-25 16:26:34 +0100 |
commit | 72351d7d4ff198068e761f2298251942c2f11253 (patch) | |
tree | 35ad0cf5431305111173b912dbb9fcdec531aba3 /po/zh_CN.po | |
parent | Git 2.11-rc3 (diff) | |
download | git-72351d7d4ff198068e761f2298251942c2f11253.tar.xz git-72351d7d4ff198068e761f2298251942c2f11253.zip |
l10n: fix unmatched single quote in error message
Translate one message introduced by commit:
* 358718064b i18n: fix unmatched single quote in error message
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index 1ce25337ec..c38326c6f1 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -135,8 +135,8 @@ msgid "" msgstr "" "Project-Id-Version: Git\n" "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" -"POT-Creation-Date: 2016-11-22 22:10+0800\n" -"PO-Revision-Date: 2016-11-22 22:15+0800\n" +"POT-Creation-Date: 2016-11-25 22:50+0800\n" +"PO-Revision-Date: 2016-11-25 22:54+0800\n" "Last-Translator: Jiang Xin <worldhello.net@gmail.com>\n" "Language-Team: GitHub <https://github.com/jiangxin/git/>\n" "Language: zh_CN\n" @@ -2732,7 +2732,7 @@ msgstr "不能写入 '%s'" #: sequencer.c:251 #, c-format -msgid "could not write eol to '%s" +msgid "could not write eol to '%s'" msgstr "不能将换行符写入 '%s'" #: sequencer.c:255 sequencer.c:1130 sequencer.c:1216 |