mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
core, alias: add xgettext comment on some command help strings
The help on commands /window and /alias contain percent chars, so we have to force xgettext to NOT use "c-format", using the string "xgettext:no-c-format".
This commit is contained in:
@@ -252,6 +252,7 @@ alias_command_init ()
|
||||
" || add <alias> [<command>[;<command>...]]"
|
||||
" || addcompletion <completion> <alias> [<command>[;<command>...]]"
|
||||
" || del <alias> [<alias>...]"),
|
||||
/* xgettext:no-c-format */
|
||||
N_(" list: list aliases (without argument, this list is "
|
||||
"displayed)\n"
|
||||
" add: add an alias\n"
|
||||
|
||||
Reference in New Issue
Block a user