@@ -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
431431static void list_common_guides_help (void )
0 commit comments