libpurple/protocols/qq/buddy_info.c

changeset 15498
2ee3112b6f24
parent 15435
4b933b06d75e
child 15541
d5974476ce3a
--- a/libpurple/protocols/qq/buddy_info.c	Sat Jan 27 11:11:26 2007 +0000
+++ b/libpurple/protocols/qq/buddy_info.c	Sat Jan 27 11:41:32 2007 +0000
@@ -562,7 +562,7 @@
 	gint prefix_len = strlen(QQ_ICON_PREFIX);
 	gint suffix_len = strlen(QQ_ICON_SUFFIX);
 	gint dir_len = strlen(buddy_icon_dir);
-	gchar *errmsg = g_strconcat(_("You are attempting to set a custom face. Gaim currently only allows the standard faces. Please choose an image from "), buddy_icon_dir, ".", NULL);
+	gchar *errmsg = g_strconcat(_("Setting custom faces is not currently supported. Please choose an image from "), buddy_icon_dir, ".", NULL);
 	gboolean icon_global = gaim_account_get_bool(gc->account, "use-global-buddyicon", TRUE);
 
 	if (!icon_path)

mercurial