1
0
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:
Sebastien Helleu
2009-11-20 16:58:12 +01:00
parent d1492b9302
commit a56ac9e735
11 changed files with 50 additions and 62 deletions
+1 -1
View File
@@ -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)