Skip to content

Commit a30e43f

Browse files
alexhenriegitster
authored andcommitted
merge: don't translate literal commands
These strings have not been modified in any translation, nor should they be. Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 48bf2fa commit a30e43f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/merge.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ struct strategy {
5656

5757
static const char * const builtin_merge_usage[] = {
5858
N_("git merge [<options>] [<commit>...]"),
59-
N_("git merge --abort"),
60-
N_("git merge --continue"),
59+
"git merge --abort",
60+
"git merge --continue",
6161
NULL
6262
};
6363

0 commit comments

Comments
 (0)