We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a36d00 commit 599e7a0Copy full SHA for 599e7a0
git-stash.sh
@@ -265,7 +265,7 @@ save_stash () {
265
create_stash "$stash_msg" $untracked
266
store_stash -m "$stash_msg" -q $w_commit ||
267
die "$(gettext "Cannot save the current status")"
268
- say Saved working directory and index state "$stash_msg"
+ say "$(eval_gettext "Saved working directory and index state \$stash_msg")"
269
270
if test -z "$patch_mode"
271
then
@@ -548,7 +548,7 @@ pop_stash() {
548
drop_stash "$@"
549
else
550
status=$?
551
- say "The stash is kept in case you need it again."
+ say "$(gettext "The stash is kept in case you need it again.")"
552
exit $status
553
fi
554
}
0 commit comments