diff options
author | Rachid BM <rachidbm@ubuntu.com> | 2011-08-09 15:15:56 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2011-08-10 12:15:32 +0100 |
commit | 99080af3ee309b4f975f4aecbedc263711557876 (patch) | |
tree | c2e8d90e36355cf2f0b1f3e45fd8ae5a5f042eca /gtk/gtkexpander.c | |
parent | 7e22b46c1f5c7cc15e18283932497760705f03a3 (diff) | |
download | gtk+-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.c | 2 |
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)); |