Skip to content

Commit 8bcd8f4

Browse files
jnavilagitster
authored andcommitted
diff: fix mistake in translatable strings
Signed-off-by: Jean-Noël Avila <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ab15ad1 commit 8bcd8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diff.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5453,13 +5453,13 @@ static void prep_parse_options(struct diff_options *options)
54535453
N_("equivalent to --word-diff=color --word-diff-regex=<regex>"),
54545454
PARSE_OPT_NONEG | PARSE_OPT_OPTARG, diff_opt_color_words),
54555455
OPT_CALLBACK_F(0, "color-moved", options, N_("<mode>"),
5456-
N_("move lines of code are colored differently"),
5456+
N_("moved lines of code are colored differently"),
54575457
PARSE_OPT_OPTARG, diff_opt_color_moved),
54585458
OPT_CALLBACK_F(0, "color-moved-ws", options, N_("<mode>"),
54595459
N_("how white spaces are ignored in --color-moved"),
54605460
0, diff_opt_color_moved_ws),
54615461

5462-
OPT_GROUP(N_("Diff other options")),
5462+
OPT_GROUP(N_("Other diff options")),
54635463
OPT_CALLBACK_F(0, "relative", options, N_("<prefix>"),
54645464
N_("when run from subdir, exclude changes outside and show relative paths"),
54655465
PARSE_OPT_NONEG | PARSE_OPT_OPTARG,

0 commit comments

Comments
 (0)