# HG changeset patch # User John Bailey # Date 1209865788 0 # Node ID d2c7f183c08fb5af44169f7e91105681006c6a35 # Parent 1fbc49b46e09bee4b54db4e75d513b0a6bd9ef2a Change the label on the entry area height pref diff -r 1fbc49b46e09 -r d2c7f183c08f pidgin/gtkprefs.c --- a/pidgin/gtkprefs.c Sun May 04 01:43:00 2008 +0000 +++ b/pidgin/gtkprefs.c Sun May 04 01:49:48 2008 +0000 @@ -1075,7 +1075,7 @@ #endif pidgin_prefs_labeled_spin_button(vbox, - _("Minimum lines of text to show in message input"), + _("Minimum input area height in lines:"), PIDGIN_PREFS_ROOT "/conversations/minimum_entry_lines", 1, 8, NULL);