diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-20 16:58:12 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-20 16:58:12 +0100 |
commit | a56ac9e7354732387da92a5f79e32a25bffe088a (patch) | |
tree | dcd020c4c5a40a48e31b75e382d5ff3168782b18 /src/plugins/scripts/python/weechat-python.c | |
parent | d1492b9302d5a74e2aa895efeffa989fed872dc2 (diff) | |
download | weechat-a56ac9e7354732387da92a5f79e32a25bffe088a.zip |
Fix typos in 2 error messages
Diffstat (limited to 'src/plugins/scripts/python/weechat-python.c')
-rw-r--r-- | src/plugins/scripts/python/weechat-python.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |