mirror of
https://github.com/git/git.git
synced 2025-03-21 01:26:36 +00:00
i18n: git-am printf(1) message to eval_gettext
Convert a message that used printf(1) format to use eval_gettext. It's easier for translators to handle the latter, since the eval format automatically gives them context via variable names. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
dff1a98350
commit
39dc30dc1b
@ -797,7 +797,7 @@ did you forget to use 'git add'?"; echo
|
||||
fi
|
||||
if test $apply_status != 0
|
||||
then
|
||||
printf 'Patch failed at %s %s\n' "$msgnum" "$FIRSTLINE"
|
||||
eval_gettext 'Patch failed at $msgnum $FIRSTLINE'; echo
|
||||
stop_here_user_resolve $this
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user