changeset 22811:d2c7f183c08f

Change the label on the entry area height pref
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 04 May 2008 01:49:48 +0000
parents 1fbc49b46e09
children e61d5778b065
files pidgin/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);