Re: [PATCH] help: mark common_guides[] as translatable

2013-04-12 Thread Philip Oakley
From: "Simon Ruderich" Sent: Friday, April 12, 2013 2:51 PM Signed-off-by: Simon Ruderich --- On Tue, Apr 02, 2013 at 11:39:51PM +0100, Philip Oakley wrote: --- a/help.c +++ b/help.c @@ -240,6 +241,23 @@ void list_common_cmds_help(void) } } +void list_common_guides_help(void) +{ + int i, lo

[PATCH] help: mark common_guides[] as translatable

2013-04-12 Thread Simon Ruderich
Signed-off-by: Simon Ruderich --- On Tue, Apr 02, 2013 at 11:39:51PM +0100, Philip Oakley wrote: > --- a/help.c > +++ b/help.c > @@ -240,6 +241,23 @@ void list_common_cmds_help(void) > } > } > > +void list_common_guides_help(void) > +{ > + int i, longest = 0; > + > + for (i = 0; i <