Browse Source

i18n: git-stash say + gettext messages

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Ævar Arnfjörð Bjarmason 14 years ago committed by Junio C Hamano
parent
commit
5a1758710d
  1. 4
      git-stash.sh

4
git-stash.sh

@ -168,7 +168,7 @@ save_stash () { @@ -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) @@ -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

Loading…
Cancel
Save