From b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 1 Apr 2010 21:40:19 +0200 Subject: Bug #325121 - Do not translate developer strings in g_param_spec_* --- addressbook/gui/contact-editor/eab-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/contact-editor/eab-editor.c') diff --git a/addressbook/gui/contact-editor/eab-editor.c b/addressbook/gui/contact-editor/eab-editor.c index d6946e8341..17ac1c391c 100644 --- a/addressbook/gui/contact-editor/eab-editor.c +++ b/addressbook/gui/contact-editor/eab-editor.c @@ -164,8 +164,8 @@ eab_editor_class_init (EABEditorClass *class) PROP_SHELL, g_param_spec_object ( "shell", - _("Shell"), - _("The EShell singleton"), + "Shell", + "The EShell singleton", E_TYPE_SHELL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); -- cgit v1.2.3