Skip to content

Commit c36d8ee

Browse files
vascoolgitster
authored andcommitted
i18n: rebase: mark placeholder for translation
Mark placeholder "<branch>" in git-rebase.sh for translation. The string containing the named placeholder is passed to shell function error_on_missing_default_upstream in git-parse-remote.sh which uses it to display a command hint for the user. Signed-off-by: Vasco Almeida <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 24a6df4 commit c36d8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ then
449449
then
450450
. git-parse-remote
451451
error_on_missing_default_upstream "rebase" "rebase" \
452-
"against" "git rebase <branch>"
452+
"against" "git rebase $(gettext '<branch>')"
453453
fi
454454

455455
test "$fork_point" = auto && fork_point=t

0 commit comments

Comments
 (0)