mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
Getting rid of gettext, moved some _(..) texts to themes and left some error
messages hard coded. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1503 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fe5c94b050
commit
c2b2d45bd6
28 changed files with 61 additions and 950 deletions
|
|
@ -21,8 +21,8 @@ static void displayArgs(poptContext con, enum poptCallbackReason foo,
|
|||
|
||||
struct poptOption poptHelpOptions[] = {
|
||||
{ NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL },
|
||||
{ "help", '?', 0, NULL, '?', N_("Show this help message") },
|
||||
{ "usage", '\0', 0, NULL, 'u', N_("Display brief usage message") },
|
||||
{ "help", '?', 0, NULL, '?', "Show this help message" },
|
||||
{ "usage", '\0', 0, NULL, 'u', "Display brief usage message" },
|
||||
{ NULL, '\0', 0, NULL, 0 }
|
||||
} ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue