summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bailey <rekkanoryo@rekkanoryo.org>2008-05-04 01:49:48 +0000
committerJohn Bailey <rekkanoryo@rekkanoryo.org>2008-05-04 01:49:48 +0000
commit103b7b544bfadb065b8f9f21d98d74e74d2c6bf9 (patch)
treefb172d512e1b9fd00da6f0baf9667f01db62543e
parent29ec0ecb44b7a865cf525baddf83e1b0f477b0af (diff)
downloadpidgin-103b7b544bfadb065b8f9f21d98d74e74d2c6bf9.tar.gz
Change the label on the entry area height pref
-rw-r--r--pidgin/gtkprefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkprefs.c b/pidgin/gtkprefs.c
index 253ea52175..7af4abdf8b 100644
--- a/pidgin/gtkprefs.c
+++ b/pidgin/gtkprefs.c
@@ -1075,7 +1075,7 @@ conv_page(void)
#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);