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>
This commit is contained in:

committed by
Junio C Hamano

parent
1a8aea857e
commit
959d670d1a
@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user