1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

Fix typo "part or words" -> "part of words"

This commit is contained in:
arza
2019-02-03 19:32:09 +02:00
parent 82da8a79c4
commit 54c7afa6e2
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3511,7 +3511,7 @@ config_weechat_init_options ()
weechat_config_file, ptr_section,
"word_chars_highlight", "string",
N_("comma-separated list of chars (or range of chars) that are "
"considered part or words for highlights; "
"considered part of words for highlights; "
"each item can be a single char, a range of chars (format: a-z), "
"a class of wide character (for example \"alnum\", "
"see man wctype); a \"!\" before the item makes it negative "
@@ -3527,7 +3527,7 @@ config_weechat_init_options ()
weechat_config_file, ptr_section,
"word_chars_input", "string",
N_("comma-separated list of chars (or range of chars) that are "
"considered part or words for command line; "
"considered part of words for command line; "
"each item can be a single char, a range of chars (format: a-z), "
"a class of wide character (for example \"alnum\", "
"see man wctype); a \"!\" before the item makes it negative "