help: mark common_guides[] as translatable
Signed-off-by: Simon Ruderich <simon@ruderich.org> Acked-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
							parent
							
								
									a133737b80
								
							
						
					
					
						commit
						3561e605bc
					
				|  | @ -419,13 +419,13 @@ static struct { | ||||||
| 	const char *name; | 	const char *name; | ||||||
| 	const char *help; | 	const char *help; | ||||||
| } common_guides[] = { | } common_guides[] = { | ||||||
| 	{ "attributes", "Defining attributes per path" }, | 	{ "attributes", N_("Defining attributes per path") }, | ||||||
| 	{ "glossary", "A Git glossary" }, | 	{ "glossary", N_("A Git glossary") }, | ||||||
| 	{ "ignore", "Specifies intentionally untracked files to ignore" }, | 	{ "ignore", N_("Specifies intentionally untracked files to ignore") }, | ||||||
| 	{ "modules", "Defining submodule properties" }, | 	{ "modules", N_("Defining submodule properties") }, | ||||||
| 	{ "revisions", "Specifying revisions and ranges for Git" }, | 	{ "revisions", N_("Specifying revisions and ranges for Git") }, | ||||||
| 	{ "tutorial", "A tutorial introduction to Git (for version 1.5.1 or newer)" }, | 	{ "tutorial", N_("A tutorial introduction to Git (for version 1.5.1 or newer)") }, | ||||||
| 	{ "workflows", "An overview of recommended workflows with Git"}, | 	{ "workflows", N_("An overview of recommended workflows with Git") }, | ||||||
| }; | }; | ||||||
|  |  | ||||||
| static void list_common_guides_help(void) | static void list_common_guides_help(void) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Simon Ruderich
						Simon Ruderich