1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +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
+1 -1
View File
@@ -7410,7 +7410,7 @@ irc_command_init ()
N_("nick: nick or hostname; can be a POSIX extended regular expression "
"if \"re:\" is given or a mask using \"*\" to replace zero or more "
"chars (the regular expression can start with \"(?-i)\" to become "
"case sensitive)"),
"case-sensitive)"),
N_("raw[del]: delete an ignore"),
N_("number: number of ignore to delete (look at list to find it)"),
N_("raw[-all]: delete all ignores"),
+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 "