1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

spelling: anymore

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:24:00 -04:00
committed by Sébastien Helleu
parent d3ceabf5de
commit ef107fd66d
29 changed files with 85 additions and 85 deletions
+1 -1
View File
@@ -843,7 +843,7 @@ script_action_run_hold (const char *name, int quiet)
{
weechat_printf (NULL,
_("%s: script \"%s\" is not "
"held any more"),
"held anymore"),
SCRIPT_PLUGIN_NAME, name);
}
}
+1 -1
View File
@@ -359,7 +359,7 @@ script_command_init ()
N_("raw[installremove]: install or remove script(s), depending on current "
"state"),
N_("raw[hold]: hold/unhold script(s) (a script held will not be "
"upgraded any more and cannot be removed)"),
"upgraded anymore and cannot be removed)"),
N_("raw[-q]: quiet mode: do not display messages"),
N_("raw[upgrade]: upgrade all installed scripts which are obsolete "
"(new version available)"),