diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-02 03:40:19 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-02 03:40:19 +0800 |
commit | b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6 (patch) | |
tree | c931eb292f3610cb9c5687260d56b660db176d47 /e-util/e-module.c | |
parent | 125573b8fd62f4d0d38907c95c70168ca984d3c4 (diff) | |
download | gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.gz gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.tar.zst gsoc2013-evolution-b2e7e4fedd23cf8ecff28b43e77d0d1c8ff398d6.zip |
Bug #325121 - Do not translate developer strings in g_param_spec_*
Diffstat (limited to 'e-util/e-module.c')
-rw-r--r-- | e-util/e-module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-module.c b/e-util/e-module.c index b61f5e7bdb..17c048e2d3 100644 --- a/e-util/e-module.c +++ b/e-util/e-module.c @@ -191,8 +191,8 @@ module_class_init (EModuleClass *class) PROP_FILENAME, g_param_spec_string ( "filename", - _("Filename"), - _("The filename of the module"), + "Filename", + "The filename of the module", NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); |