From a56ac9e7354732387da92a5f79e32a25bffe088a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 20 Nov 2009 16:58:12 +0100 Subject: Fix typos in 2 error messages --- src/plugins/scripts/python/weechat-python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/scripts/python/weechat-python.c') diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c index 19bcf9e0e..9f403e1e9 100644 --- a/src/plugins/scripts/python/weechat-python.c +++ b/src/plugins/scripts/python/weechat-python.c @@ -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) -- cgit v1.2.3