1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

spelling: cannot

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:13:43 -04:00
committed by Sébastien Helleu
parent 08895863d9
commit 4ef3011ea9
27 changed files with 50 additions and 50 deletions
+2 -2
View File
@@ -697,7 +697,7 @@ script_action_run_install (int quiet)
/* plugin not loaded for language of script: display error */
weechat_printf (NULL,
_("%s: script \"%s\" can not be installed because "
_("%s: script \"%s\" cannot be installed because "
"plugin \"%s\" is not loaded"),
SCRIPT_PLUGIN_NAME,
ptr_script_to_install->name_with_extension,
@@ -793,7 +793,7 @@ script_action_run_remove (const char *name, int quiet)
if (!script_plugin_loaded[ptr_script->language])
{
weechat_printf (NULL,
_("%s: script \"%s\" can not be removed "
_("%s: script \"%s\" cannot be removed "
"because plugin \"%s\" is not loaded"),
SCRIPT_PLUGIN_NAME,
ptr_script->name_with_extension,
+1 -1
View File
@@ -380,7 +380,7 @@ script_command_init ()
N_(" `N`: obsolete (new version available)"),
"",
N_("In output of /script list, this additional status can be displayed:"),
N_(" `?`: unknown script (can not be downloaded/updated)"),
N_(" `?`: unknown script (cannot be downloaded/updated)"),
"",
N_("In input of script buffer, word(s) are used to filter scripts "
"on description, tags, ...). The input \"*\" removes the filter."),
+1 -1
View File
@@ -784,7 +784,7 @@ script_config_init ()
script_config_file, script_config_section_scripts,
"hold", "string",
N_("scripts to \"hold\": comma-separated list of scripts which "
"will never been upgraded and can not be removed, for example: "
"will never been upgraded and cannot be removed, for example: "
"\"go.py,urlserver.py\""),
NULL, 0, 0, "", NULL, 0,
NULL, NULL, NULL,