git-add--interactive.perl: add missing dot in a message
authorRalf Thielow <redacted>
Thu, 13 Apr 2017 16:41:12 +0000 (18:41 +0200)
committerJunio C Hamano <redacted>
Fri, 14 Apr 2017 01:01:15 +0000 (18:01 -0700)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-add--interactive.perl

index 46dfc5276ca1570e5a818981ce19de08781313c5..7706d3874aaf95259c783e1bf38c29ac42b5aa3c 100755 (executable)
@@ -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."),
git clone https://git.99rst.org/PROJECT