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>

Ralf Thielow committed Apr 13, 2017 at 18:41 UTC 0301f1fd92f4086a3557afa14f3e209787964b4d
1 file changed +1 -1
git-add--interactive.perl
+1 -1
@@ -1049,7 +1049,7 @@ marked for unstaging."),
1049 marked for applying."),
1050 checkout_index => N__(
1051 "If the patch applies cleanly, the edited hunk will immediately be
1052 -marked for discarding"),
1052 +marked for discarding."),
1053 checkout_head => N__(
1054 "If the patch applies cleanly, the edited hunk will immediately be
1055 marked for discarding."),