Fix a minor typo in translatable string
This commit is contained in:
@ -555,8 +555,8 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
|
|||||||
g_object_class_install_property (object_class,
|
g_object_class_install_property (object_class,
|
||||||
PROP_STRIKETHROUGH_RGBA,
|
PROP_STRIKETHROUGH_RGBA,
|
||||||
g_param_spec_boxed ("strikethrough-rgba",
|
g_param_spec_boxed ("strikethrough-rgba",
|
||||||
P_("Strike-through RGBA"),
|
P_("Strikethrough RGBA"),
|
||||||
P_("Color of strike-through for this text"),
|
P_("Color of strikethrough for this text"),
|
||||||
GDK_TYPE_RGBA,
|
GDK_TYPE_RGBA,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user