All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] git-add--interactive.perl: add missing dot in a message
@ 2017-04-13 16:41 Ralf Thielow
  0 siblings, 0 replies; only message in thread
From: Ralf Thielow @ 2017-04-13 16:41 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Ralf Thielow

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>
---
 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 77b4ed53a..709a5f6ce 100755
--- a/git-add--interactive.perl
+++ b/git-add--interactive.perl
@@ -1040,7 +1040,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.12.2.762.g0e3151a22


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-13 16:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13 16:41 [PATCH] git-add--interactive.perl: add missing dot in a message Ralf Thielow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.