mirror of
https://github.com/weechat/weechat.git
synced 2026-06-20 18:14:46 +02:00
Fix typos in 2 error messages
This commit is contained in:
@@ -95,7 +95,7 @@ weechat_python_exec (struct t_plugin_script *script,
|
||||
if ( !(evFunc && PyCallable_Check (evFunc)) )
|
||||
{
|
||||
weechat_printf (NULL,
|
||||
weechat_gettext ("%s%s unable to run function \"%s\""),
|
||||
weechat_gettext ("%s%s: unable to run function \"%s\""),
|
||||
weechat_prefix ("error"), PYTHON_PLUGIN_NAME, function);
|
||||
/* PyEval_ReleaseThread (python_current_script->interpreter); */
|
||||
if (old_interpreter)
|
||||
|
||||
Reference in New Issue
Block a user