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

spelling: case-sensitive

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:25:21 -04:00
committed by Sébastien Helleu
parent 0505a0ff76
commit c28696e602
24 changed files with 82 additions and 82 deletions
+3 -3
View File
@@ -3416,7 +3416,7 @@ irc_config_init ()
"highlight_channel", "string",
N_("comma separated list of words to highlight in channel buffers "
"(case-insensitive, use \"(?-i)\" at beginning of words to "
"make them case sensitive; special variables $nick, $channel and "
"make them case-sensitive; special variables $nick, $channel and "
"$server are replaced by their values), these words are added to "
"buffer property \"highlight_words\" only when buffer is created "
"(it does not affect current buffers), an empty string disables "
@@ -3428,7 +3428,7 @@ irc_config_init ()
"highlight_pv", "string",
N_("comma separated list of words to highlight in private buffers "
"(case-insensitive, use \"(?-i)\" at beginning of words to "
"make them case sensitive; special variables $nick, $channel and "
"make them case-sensitive; special variables $nick, $channel and "
"$server are replaced by their values), these words are added to "
"buffer property \"highlight_words\" only when buffer is created "
"(it does not affect current buffers), an empty string disables "
@@ -3440,7 +3440,7 @@ irc_config_init ()
"highlight_server", "string",
N_("comma separated list of words to highlight in server buffers "
"(case-insensitive, use \"(?-i)\" at beginning of words to "
"make them case sensitive; special variables $nick, $channel and "
"make them case-sensitive; special variables $nick, $channel and "
"$server are replaced by their values), these words are added to "
"buffer property \"highlight_words\" only when buffer is created "
"(it does not affect current buffers), an empty string disables "