1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

spelling: anymore

This commit is contained in:
Sébastien Helleu
2024-09-29 12:00:25 +02:00
parent b450ccdb6c
commit f482b611a1
16 changed files with 72 additions and 53 deletions
+1 -2
View File
@@ -162,8 +162,7 @@ exec_command_search_running_id (const char *id)
if (!ptr_exec_cmd->hook)
{
weechat_printf (NULL,
_("%s%s: command with id \"%s\" is not running any "
"more"),
_("%s%s: command with id \"%s\" is not running anymore"),
weechat_prefix ("error"), EXEC_PLUGIN_NAME, id);
return NULL;
}