Skip to content

Commit

Permalink
Merge branch 'po/help-guides'
Browse files Browse the repository at this point in the history
Finishing touches.

* po/help-guides:
  help: mark common_guides[] as translatable
  • Loading branch information
gitster committed Apr 15, 2013
2 parents 924f6c3 + 3561e60 commit 85e7e81
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions builtin/help.c
Expand Up @@ -419,13 +419,13 @@ static struct {
const char *name;
const char *help;
} common_guides[] = {
{ "attributes", "Defining attributes per path" },
{ "glossary", "A Git glossary" },
{ "ignore", "Specifies intentionally untracked files to ignore" },
{ "modules", "Defining submodule properties" },
{ "revisions", "Specifying revisions and ranges for Git" },
{ "tutorial", "A tutorial introduction to Git (for version 1.5.1 or newer)" },
{ "workflows", "An overview of recommended workflows with Git"},
{ "attributes", N_("Defining attributes per path") },
{ "glossary", N_("A Git glossary") },
{ "ignore", N_("Specifies intentionally untracked files to ignore") },
{ "modules", N_("Defining submodule properties") },
{ "revisions", N_("Specifying revisions and ranges for Git") },
{ "tutorial", N_("A tutorial introduction to Git (for version 1.5.1 or newer)") },
{ "workflows", N_("An overview of recommended workflows with Git") },
};

static void list_common_guides_help(void)
Expand Down

0 comments on commit 85e7e81

Please sign in to comment.