diff options
author | Jean-Noël Avila <jn.avila@free.fr> | 2022-01-31 23:07:48 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-02-04 22:58:28 +0100 |
commit | 959d670d1a42af282a55551a3f03642592f64eb6 (patch) | |
tree | b15562d0dcef4f3fe80f438102ddc48644fb5bd2 /builtin/rebase.c | |
parent | i18n: factorize "invalid value" messages (diff) | |
download | git-959d670d1a42af282a55551a3f03642592f64eb6.tar.xz git-959d670d1a42af282a55551a3f03642592f64eb6.zip |
i18n: remove from i18n strings that do not hold translatable parts
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/rebase.c')
-rw-r--r-- | builtin/rebase.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/rebase.c b/builtin/rebase.c index 36490d06c8..64796c6a78 100644 --- a/builtin/rebase.c +++ b/builtin/rebase.c @@ -36,7 +36,7 @@ static char const * const builtin_rebase_usage[] = { "[--onto <newbase> | --keep-base] [<upstream> [<branch>]]"), N_("git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] " "--root [<branch>]"), - N_("git rebase --continue | --abort | --skip | --edit-todo"), + "git rebase --continue | --abort | --skip | --edit-todo", NULL }; |