mirror of
https://github.com/git/git.git
synced 2024-11-19 08:34:54 +01:00
i18n: git-am "Falling back" say message
Make the "Falling back to patching base and 3-way merge..." message used by fall_back_3way() translatable. 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
7a74d04a46
commit
865207a6dd
@ -151,7 +151,7 @@ It does not apply to blobs recorded in its index.")"
|
||||
orig_tree=$(cat "$dotest/patch-merge-base") &&
|
||||
rm -fr "$dotest"/patch-merge-* || exit 1
|
||||
|
||||
say Falling back to patching base and 3-way merge...
|
||||
say "$(gettext "Falling back to patching base and 3-way merge...")"
|
||||
|
||||
# This is not so wrong. Depending on which base we picked,
|
||||
# orig_tree may be wildly different from ours, but his_tree
|
||||
|
Loading…
Reference in New Issue
Block a user