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:
Jean-Noël Avila
2022-01-31 22:07:48 +00:00
committed by Junio C Hamano
parent 1a8aea857e
commit 959d670d1a
17 changed files with 26 additions and 26 deletions

View File

@ -800,7 +800,7 @@ static int cmd_reflog_exists(int argc, const char **argv, const char *prefix)
*/
static const char reflog_usage[] =
N_("git reflog [ show | expire | delete | exists ]");
"git reflog [ show | expire | delete | exists ]";
int cmd_reflog(int argc, const char **argv, const char *prefix)
{