diff options
author | Ralf Thielow <ralf.thielow@gmail.com> | 2017-04-13 18:41:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-13 18:01:15 -0700 |
commit | 0301f1fd92f4086a3557afa14f3e209787964b4d (patch) | |
tree | 929de0257d05397759aa2a6dcc0b1222dfb034b6 /git-add--interactive.perl | |
parent | a948ebacbf0debd5129f4f528229183c97ff90b1 (diff) | |
download | git-0301f1fd92f4086a3557afa14f3e209787964b4d.tar.gz |
git-add--interactive.perl: add missing dot in a messageva/i18n-perl-scripts
One message appears twice in the translations and the only
difference is a dot at the end. So add this dot to make
the messages being identical.
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-add--interactive.perl')
-rwxr-xr-x | git-add--interactive.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-add--interactive.perl b/git-add--interactive.perl index 46dfc5276c..7706d3874a 100755 --- a/git-add--interactive.perl +++ b/git-add--interactive.perl @@ -1049,7 +1049,7 @@ marked for unstaging."), marked for applying."), checkout_index => N__( "If the patch applies cleanly, the edited hunk will immediately be -marked for discarding"), +marked for discarding."), checkout_head => N__( "If the patch applies cleanly, the edited hunk will immediately be marked for discarding."), |