提交 5a175871 编写于 作者: Æ Ævar Arnfjörð Bjarmason 提交者: Junio C Hamano

i18n: git-stash say + gettext messages

Signed-off-by: NÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 365c656a
......@@ -168,7 +168,7 @@ save_stash () {
git update-index -q --refresh
if no_changes
then
say 'No local changes to save'
say "$(gettext "No local changes to save")"
exit 0
fi
test -f "$GIT_DIR/logs/$ref_stash" ||
......@@ -488,7 +488,7 @@ branch)
case $# in
0)
save_stash &&
say '(To restore them type "git stash apply")'
say "$(gettext "(To restore them type \"git stash apply\")")"
;;
*)
usage
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册