1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

fset: fix typo in /help fset

This commit is contained in:
Sébastien Helleu
2024-06-09 23:16:32 +02:00
parent 8824ff7d6c
commit b0f0afd7fa
15 changed files with 42 additions and 30 deletions
+1 -1
View File
@@ -685,7 +685,7 @@ fset_command_init ()
"of option (move the cursor at the end of value)"),
N_("raw[-mark]: toggle mark"),
N_("raw[-format]: switch to the next available format"),
N_("raw[-export]: export the options and values displayed in a file "
N_("raw[-export]: export the options and values displayed to a file "
"(each line has format: \"/set name value\" or \"/unset name\")"),
N_("raw[-import]: import the options from a file "
"(all lines containing commands are executed)"),