mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Language improvements
Changed rgba to uppercase (Only in UI strings) Fixed the typo: tolevel -> toplevel
This commit is contained in:
parent
7e22b46c1f
commit
99080af3ee
@ -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));
|
||||
|
@ -219,7 +219,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_BACKGROUND_RGBA,
|
||||
g_param_spec_boxed ("background-rgba",
|
||||
P_("Background rgba"),
|
||||
P_("Background RGBA"),
|
||||
P_("Background color as a GdkRGBA"),
|
||||
GDK_TYPE_RGBA,
|
||||
GTK_PARAM_READWRITE));
|
||||
@ -258,7 +258,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_FOREGROUND_RGBA,
|
||||
g_param_spec_boxed ("foreground-rgba",
|
||||
P_("Foreground rgba"),
|
||||
P_("Foreground RGBA"),
|
||||
P_("Foreground color as a GdkRGBA"),
|
||||
GDK_TYPE_RGBA,
|
||||
GTK_PARAM_READWRITE));
|
||||
@ -573,8 +573,8 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_PARAGRAPH_BACKGROUND_RGBA,
|
||||
g_param_spec_boxed ("paragraph-background-rgba",
|
||||
P_("Paragraph background rgba"),
|
||||
P_("Paragraph background rgba as a GdkRGBA"),
|
||||
P_("Paragraph background RGBA"),
|
||||
P_("Paragraph background RGBA as a GdkRGBA"),
|
||||
GDK_TYPE_RGBA,
|
||||
GTK_PARAM_READWRITE));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user