From 0301f1fd92f4086a3557afa14f3e209787964b4d Mon Sep 17 00:00:00 2001 From: Ralf Thielow Date: Thu, 13 Apr 2017 18:41:12 +0200 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- git-add--interactive.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."), -- 2.39.2