diff options
author | Jean-Noël Avila <jn.avila@free.fr> | 2022-01-31 22:07:48 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-02-04 13:58:28 -0800 |
commit | 959d670d1a42af282a55551a3f03642592f64eb6 (patch) | |
tree | b15562d0dcef4f3fe80f438102ddc48644fb5bd2 /builtin/reflog.c | |
parent | 1a8aea857e4225a9d35a531869fd47777f3063d6 (diff) | |
download | git-959d670d1a42af282a55551a3f03642592f64eb6.tar.gz |
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/reflog.c')
-rw-r--r-- | builtin/reflog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/reflog.c b/builtin/reflog.c index a4b1dd27e1..ee5ee8d8cf 100644 --- a/builtin/reflog.c +++ b/builtin/reflog.c @@ -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) { |