]> git.0d.be Git - empathy.git/commitdiff
Improve error message.
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 11 Nov 2008 15:28:19 +0000 (15:28 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 11 Nov 2008 15:28:19 +0000 (15:28 +0000)
svn path=/trunk/; revision=1712

libempathy-gtk/empathy-avatar-chooser.c

index baf66172ac4c795ead8b34a032fad607f9a57f93..dd902d42fdea4815cdecb591218b51a120ace11b 100644 (file)
@@ -437,8 +437,9 @@ avatar_chooser_maybe_convert_and_scale (EmpathyAvatarChooser *chooser,
        if (!can_satisfy_mime_type_requirements (mime_types, &new_format_name,
                                                 &new_mime_type)) {
                avatar_chooser_error_show (chooser,
-                       _("Can't convert to any acceptable format!"),
-                       NULL);
+                       _("Couldn't convert image"),
+                       _("None of the accepted image formats is supported on "
+                         "your system"));
                g_strfreev (mime_types);
                return NULL;
        }