Fix typos in translatable strings for v2.21.0
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
11ad41d4cb
commit
32ceace39f
@ -1480,7 +1480,7 @@ static inline void fetch_one_setup_partial(struct remote *remote)
|
|||||||
if (strcmp(remote->name, repository_format_partial_clone)) {
|
if (strcmp(remote->name, repository_format_partial_clone)) {
|
||||||
if (filter_options.choice)
|
if (filter_options.choice)
|
||||||
die(_("--filter can only be used with the remote "
|
die(_("--filter can only be used with the remote "
|
||||||
"configured in extensions.partialclone"));
|
"configured in extensions.partialClone"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1434,7 +1434,7 @@ int cmd_rebase(int argc, const char **argv, const char *prefix)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (options.reschedule_failed_exec && !is_interactive(&options))
|
if (options.reschedule_failed_exec && !is_interactive(&options))
|
||||||
die(_("--reschedule-failed-exec requires an interactive rebase"));
|
die(_("%s requires an interactive rebase"), "--reschedule-failed-exec");
|
||||||
|
|
||||||
if (options.git_am_opts.argc) {
|
if (options.git_am_opts.argc) {
|
||||||
/* all am options except -q are compatible only with --am */
|
/* all am options except -q are compatible only with --am */
|
||||||
|
Loading…
Reference in New Issue
Block a user