Skip to content

Commit 936dce6

Browse files
committed
Merge branch 'ja/diff-opt-typofix'
Typofix. * ja/diff-opt-typofix: diff: fix mistake in translatable strings
2 parents 0e5387c + 8bcd8f4 commit 936dce6

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
@@ -5455,13 +5455,13 @@ static void prep_parse_options(struct diff_options *options)
54555455
N_("equivalent to --word-diff=color --word-diff-regex=<regex>"),
54565456
PARSE_OPT_NONEG | PARSE_OPT_OPTARG, diff_opt_color_words),
54575457
OPT_CALLBACK_F(0, "color-moved", options, N_("<mode>"),
5458-
N_("move lines of code are colored differently"),
5458+
N_("moved lines of code are colored differently"),
54595459
PARSE_OPT_OPTARG, diff_opt_color_moved),
54605460
OPT_CALLBACK_F(0, "color-moved-ws", options, N_("<mode>"),
54615461
N_("how white spaces are ignored in --color-moved"),
54625462
0, diff_opt_color_moved_ws),
54635463

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

0 commit comments

Comments
 (0)