# HG changeset patch # User Sadrul Habib Chowdhury # Date 1203914377 0 # Node ID 09f426ca9ca74f73493b56f673ab793ccb1ecdcf # Parent d30bee8d6bdf46491dd43184e31e70d983dbaa41 Attempt at a better error message. diff -r d30bee8d6bdf -r 09f426ca9ca7 pidgin/gtksmiley.c --- a/pidgin/gtksmiley.c Mon Feb 25 04:20:53 2008 +0000 +++ b/pidgin/gtksmiley.c Mon Feb 25 04:39:37 2008 +0000 @@ -200,7 +200,9 @@ if (s->filename == NULL || *entry == 0) { purple_notify_error(s->parent, _("Custom Smiley"), - _("More Data needed"), NULL); + _("More Data needed"), + s->filename ? _("Please provide a shortcut to associate with the smiley.") + : _("Please select an image for the smiley.")); return; }