# HG changeset patch # User Gabriel Schulhof # Date 1180478345 0 # Node ID 5205be30c0bef4cfbcb038ce745f704e76913023 # Parent e3fd996b77806e0ff1aa4a0ab2c29cc87d099e16 Fixed smiley theme chooser label. diff -r e3fd996b7780 -r 5205be30c0be pidgin/gtkprefs.c --- 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);