mirror of
https://github.com/git/git.git
synced 2026-01-10 18:20:27 +00:00
Merge branch 'ja/i18n-common-messages'
Unify more messages to help l10n. * ja/i18n-common-messages: i18n: fix some misformated placeholders in command synopsis i18n: remove from i18n strings that do not hold translatable parts i18n: factorize "invalid value" messages i18n: factorize more 'incompatible options' messages
This commit is contained in:
@@ -78,7 +78,7 @@ static void set_diff_merges(struct rev_info *revs, const char *optarg)
|
||||
diff_merges_setup_func_t func = func_by_opt(optarg);
|
||||
|
||||
if (!func)
|
||||
die(_("unknown value for --diff-merges: %s"), optarg);
|
||||
die(_("invalid value for '%s': '%s'"), "--diff-merges", optarg);
|
||||
|
||||
func(revs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user