changeset 17773:5205be30c0be

Fixed smiley theme chooser label.
author Gabriel Schulhof <nix@go-nix.ca>
date Tue, 29 May 2007 22:39:05 +0000
parents e3fd996b7780
children 6caaf5eba4e7
files pidgin/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);