git-add--interactive.perl: add missing dot in a message
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>
This commit is contained in:
parent
a948ebacbf
commit
0301f1fd92
@ -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."),
|
||||
|
Loading…
Reference in New Issue
Block a user