diff options
author | Zhilei Han <linusboyle@gmail.com> | 2018-12-13 14:29:40 +0100 |
---|---|---|
committer | Zhilei Han <linusboyle@gmail.com> | 2018-12-13 14:36:46 +0100 |
commit | 25c759021fcb3d2c0f726017678d8d4e4feb81d1 (patch) | |
tree | cd70416de12afe87cefdced370138f087ee691c7 | |
parent | Git 2.18 (diff) | |
download | git-25c759021fcb3d2c0f726017678d8d4e4feb81d1.tar.xz git-25c759021fcb3d2c0f726017678d8d4e4feb81d1.zip |
l10n: zh_CN: fix typo of submodule init message
This patch somehow corrects a typo for 'git submodule init', which is
supposed to be mistakenly copyed from the deinit command
Signed-off-by: Zhilei Han <linusboyle@gmail.com>
-rw-r--r-- | po/zh_CN.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index 239a54a7e3..9c94f2dda3 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -14072,7 +14072,7 @@ msgstr "无法为子模组 '%s' 注册 url" #: builtin/submodule--helper.c:515 #, c-format msgid "Submodule '%s' (%s) registered for path '%s'\n" -msgstr "子模组 '%s'(%s)未对路径 '%s' 注册\n" +msgstr "子模组 '%s'(%s)已对路径 '%s' 注册\n" # #: builtin/submodule--helper.c:525 |