Skip to content

Commit e245397

Browse files
committed
Merge branch 'nd/am-i18n-fix'
"git am" wasn't marked up for i18n properly. * nd/am-i18n-fix: am: quote string for translation before passing to eval_gettextln
2 parents 7fe136d + a312a27 commit e245397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-am.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,8 @@ did you forget to use 'git add'?"
855855
eval_gettextln 'Patch failed at $msgnum $FIRSTLINE'
856856
if test "$(git config --bool advice.amworkdir)" != false
857857
then
858-
eval_gettextln "The copy of the patch that failed is found in:
859-
$dotest/patch"
858+
eval_gettextln 'The copy of the patch that failed is found in:
859+
$dotest/patch'
860860
fi
861861
stop_here_user_resolve $this
862862
fi

0 commit comments

Comments
 (0)