aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-module.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-module.c')
-rw-r--r--e-util/e-module.c4
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));