1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46: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"),