diff libpurple/protocols/qq/buddy_info.c @ 15437:42961709cb30

This should be the last of the string changes
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 11:41:32 +0000
parents 5fe8042783c1
children 0d43518fd943
line wrap: on
line diff
--- 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)