pidgin/gtkprefs.c

changeset 17449
047d35a39868
parent 17415
5166cddecd57
child 17480
359c8afd6d79
--- a/pidgin/gtkprefs.c	Tue May 29 22:21:35 2007 +0000
+++ b/pidgin/gtkprefs.c	Tue May 29 22:39:05 2007 +0000
@@ -734,7 +734,7 @@
 	ret = gtk_vbox_new(FALSE, PIDGIN_HIG_CAT_SPACE);
 	gtk_container_set_border_width (GTK_CONTAINER (ret), PIDGIN_HIG_BORDER);
 
-	label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below. New themes can be installed by dragging and dropping them onto the theme list."));
+	label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below."));
 
 	gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
 	gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);

mercurial