Skip to content

Commit 0301f1f

Browse files
ralfthgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a948eba commit 0301f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-add--interactive.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ sub color_diff {
10491049
marked for applying."),
10501050
checkout_index => N__(
10511051
"If the patch applies cleanly, the edited hunk will immediately be
1052-
marked for discarding"),
1052+
marked for discarding."),
10531053
checkout_head => N__(
10541054
"If the patch applies cleanly, the edited hunk will immediately be
10551055
marked for discarding."),

0 commit comments

Comments
 (0)