mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
Fix a minor typo in translatable string
This commit is contained in:
parent
68ff82cbf2
commit
c88ec37037
@ -555,8 +555,8 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_STRIKETHROUGH_RGBA,
|
||||
g_param_spec_boxed ("strikethrough-rgba",
|
||||
P_("Strike-through RGBA"),
|
||||
P_("Color of strike-through for this text"),
|
||||
P_("Strikethrough RGBA"),
|
||||
P_("Color of strikethrough for this text"),
|
||||
GDK_TYPE_RGBA,
|
||||
GTK_PARAM_READWRITE));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user