From: Ralf Thielow Date: Thu, 13 Apr 2017 16:41:12 +0000 (+0200) Subject: git-add--interactive.perl: add missing dot in a message X-Git-Tag: v2.13.0-rc0~11^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0301f1fd92f4086a3557afa14f3e209787964b4d;p=git-core%2Fgit.git 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 --- diff --git a/git-add--interactive.perl b/git-add--interactive.perl index 46dfc5276..7706d3874 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."),