diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-05 08:13:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-05 13:28:26 +0200 |
commit | 722cb27d0449656c527d20cc597ffe17c53e1eea (patch) | |
tree | 430350a44f66c1b124b345b53208c7ad6da41085 /src/plugins/fset | |
parent | 13ce1147fc69bbef65e5f35b218a60b24323983e (diff) | |
download | weechat-722cb27d0449656c527d20cc597ffe17c53e1eea.zip |
core: add note for translators on command arguments (issue #2005)
Only text between angle brackets (eg: "<name>") must be translated.
Diffstat (limited to 'src/plugins/fset')
-rw-r--r-- | src/plugins/fset/fset-command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index a5e0a5564..e0c18b3e0 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -623,6 +623,7 @@ fset_command_init () weechat_hook_command ( "fset", N_("fast set WeeChat and plugins options"), + /* TRANSLATORS: only text between angle brackets (eg: "<name>") must be translated */ N_("-bar" " || -refresh" " || -up|-down [<number>]" |