Skip to content

Commit 85e7e81

Browse files
committed
Merge branch 'po/help-guides'
Finishing touches. * po/help-guides: help: mark common_guides[] as translatable
2 parents 924f6c3 + 3561e60 commit 85e7e81

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

builtin/help.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -419,13 +419,13 @@ static struct {
419419
const char *name;
420420
const char *help;
421421
} common_guides[] = {
422-
{ "attributes", "Defining attributes per path" },
423-
{ "glossary", "A Git glossary" },
424-
{ "ignore", "Specifies intentionally untracked files to ignore" },
425-
{ "modules", "Defining submodule properties" },
426-
{ "revisions", "Specifying revisions and ranges for Git" },
427-
{ "tutorial", "A tutorial introduction to Git (for version 1.5.1 or newer)" },
428-
{ "workflows", "An overview of recommended workflows with Git"},
422+
{ "attributes", N_("Defining attributes per path") },
423+
{ "glossary", N_("A Git glossary") },
424+
{ "ignore", N_("Specifies intentionally untracked files to ignore") },
425+
{ "modules", N_("Defining submodule properties") },
426+
{ "revisions", N_("Specifying revisions and ranges for Git") },
427+
{ "tutorial", N_("A tutorial introduction to Git (for version 1.5.1 or newer)") },
428+
{ "workflows", N_("An overview of recommended workflows with Git") },
429429
};
430430

431431
static void list_common_guides_help(void)

0 commit comments

Comments
 (0)