summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
diff options
context:
space:
mode:
authorRachid BM <rachidbm@ubuntu.com>2011-08-09 15:15:56 +0200
committerJavier Jardón <jjardon@gnome.org>2011-08-10 12:15:32 +0100
commit99080af3ee309b4f975f4aecbedc263711557876 (patch)
treec2e8d90e36355cf2f0b1f3e45fd8ae5a5f042eca /gtk/gtkexpander.c
parent7e22b46c1f5c7cc15e18283932497760705f03a3 (diff)
downloadgtk+-99080af3ee309b4f975f4aecbedc263711557876.tar.gz
Language improvements
Changed rgba to uppercase (Only in UI strings) Fixed the typo: tolevel -> toplevel
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r--gtk/gtkexpander.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index 643edaef20..ef926ebf7a 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -345,7 +345,7 @@ gtk_expander_class_init (GtkExpanderClass *klass)
g_object_class_install_property (gobject_class,
PROP_RESIZE_TOPLEVEL,
g_param_spec_boolean ("resize-toplevel",
- P_("Resize tolevel"),
+ P_("Resize toplevel"),
P_("Whether the expander will resize the toplevel window upon expanding and collapsing"),
FALSE,
GTK_PARAM_READWRITE));