From c495bcad905e857b01f5d61c160f9897942d3394 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 3 Nov 2008 05:12:29 +0000 Subject: ** Fixes bug #559041 2008-11-03 Matthew Barnes ** Fixes bug #559041 * widgets/text/e-text.c (e_text_class_init): Add translator comment for "im_context" property. svn path=/trunk/; revision=36725 --- widgets/text/e-text.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/text/e-text.c') diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index c0fdaa4782..6840ffb644 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -3777,7 +3777,9 @@ e_text_class_init (ETextClass *klass) g_object_class_install_property (gobject_class, PROP_IM_CONTEXT, g_param_spec_object ("im_context", + /* Translators: Input Method Context */ _( "IM Context" ), + /* Translators: Input Method Context */ _( "IM Context" ), GTK_TYPE_IM_CONTEXT, G_PARAM_READWRITE)); -- cgit v1.2.3