diff options
author | arza <arza@arza.us> | 2019-02-26 19:33:03 +0200 |
---|---|---|
committer | arza <arza@arza.us> | 2019-02-26 19:33:03 +0200 |
commit | 2af3157dc2d93231c9387c8031b5a293ebc60962 (patch) | |
tree | cc50e3aedca878436ba60d853e5e9dd734ae2dba /src/plugins/fset | |
parent | a10769f0f825093563b2b89a0e0ff35f1bda30be (diff) | |
download | weechat-2af3157dc2d93231c9387c8031b5a293ebc60962.zip |
fset: fix typo in /help fset.format.option2
Diffstat (limited to 'src/plugins/fset')
-rw-r--r-- | src/plugins/fset/fset-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-config.c b/src/plugins/fset/fset-config.c index 7c1b8170c..5994c9d5f 100644 --- a/src/plugins/fset/fset-config.c +++ b/src/plugins/fset/fset-config.c @@ -476,7 +476,7 @@ fset_config_init () fset_config_file, ptr_section, "option2", "string", N_("second format of each line with an option which is not marked " - "not the selected one " + "nor the selected one " "(note: content is evaluated, see /help fset); " "an empty string uses the default format " "(\"${marked} ${name} ${type} ${value2}\"), which is without " |