empathy r1712 - trunk/libempathy-gtk



Author: xclaesse
Date: Tue Nov 11 15:28:19 2008
New Revision: 1712
URL: http://svn.gnome.org/viewvc/empathy?rev=1712&view=rev

Log:
Improve error message.

Modified:
   trunk/libempathy-gtk/empathy-avatar-chooser.c

Modified: trunk/libempathy-gtk/empathy-avatar-chooser.c
==============================================================================
--- trunk/libempathy-gtk/empathy-avatar-chooser.c	(original)
+++ trunk/libempathy-gtk/empathy-avatar-chooser.c	Tue Nov 11 15:28:19 2008
@@ -437,8 +437,9 @@
 	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;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]