diff options
-rw-r--r-- | libempathy-gtk/empathy-avatar-chooser.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c index baf66172a..dd902d42f 100644 --- a/libempathy-gtk/empathy-avatar-chooser.c +++ b/libempathy-gtk/empathy-avatar-chooser.c @@ -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; } |