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:
committed by
Sébastien Helleu
parent
d3ceabf5de
commit
ef107fd66d
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)"),
|
||||
|
||||
Reference in New Issue
Block a user