diff -r 6a395246c742 -r 02db93eb6506 pidgin/plugins/gevolution/gevolution.c --- a/pidgin/plugins/gevolution/gevolution.c Sun Feb 02 00:11:23 2014 +0530 +++ b/pidgin/plugins/gevolution/gevolution.c Sun Feb 02 00:22:57 2014 +0530 @@ -248,14 +248,15 @@ } else { - purple_notify_error(NULL, NULL, _("Unable to send email"), - _("The evolution executable was not found in the PATH.")); + purple_notify_error(NULL, NULL, _("Unable to send " + "email"), _("The evolution executable was not " + "found in the PATH."), NULL); } } else { purple_notify_error(NULL, NULL, _("Unable to send email"), - _("An email address was not found for this buddy.")); + _("An email address was not found for this buddy."), NULL); } }