Skip to content

Commit

Permalink
Merge branch 'km/log-usage-string-i18n'
Browse files Browse the repository at this point in the history
* km/log-usage-string-i18n:
  log.c: fix translation markings
  • Loading branch information
Junio C Hamano committed Jan 14, 2015
2 parents 2202ab1 + e66dc0c commit e9f9119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ static const char *fmt_patch_subject_prefix = "PATCH";
static const char *fmt_pretty;

static const char * const builtin_log_usage[] = {
N_("git log [<options>] [<revision range>] [[--] <path>...]\n")
N_(" or: git show [options] <object>..."),
N_("git log [<options>] [<revision range>] [[--] <path>...]"),
N_("git show [options] <object>..."),
NULL
};

Expand Down

0 comments on commit e9f9119

Please sign in to comment.