Mercurial > pidgin.yaz
changeset 22883:09f426ca9ca7
Attempt at a better error message.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 25 Feb 2008 04:39:37 +0000 |
parents | d30bee8d6bdf |
children | fdda2b8a4146 |
files | pidgin/gtksmiley.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }