mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
spelling: case-sensitive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
0505a0ff76
commit
c28696e602
@@ -942,7 +942,7 @@ hook_command_display_error_unknown (const char *command)
|
||||
NULL,
|
||||
0, GUI_FILTER_TAG_NO_FILTER,
|
||||
(found_diff_case_only > 0) ?
|
||||
_("%sUnknown command \"%s\" (commands are case sensitive, "
|
||||
_("%sUnknown command \"%s\" (commands are case-sensitive, "
|
||||
"type /help for help), "
|
||||
"commands with similar name: %s") :
|
||||
_("%sUnknown command \"%s\" (type /help for help), "
|
||||
|
||||
Reference in New Issue
Block a user