diff pidgin/gtkprefs.c @ 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 958f9379eb1a
children f6dc06ba2bf4 1dd0e007514d
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);