From c88ec370376473ec6da82cf9e9c0cd5d211a98d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Mon, 23 Mar 2015 17:35:41 +0100 Subject: [PATCH] Fix a minor typo in translatable string --- gtk/gtktexttag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c index f5f34f0c32..92962751af 100644 --- a/gtk/gtktexttag.c +++ b/gtk/gtktexttag.c @@ -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));