aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-logger.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-logger.c')
-rw-r--r--e-util/e-logger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-logger.c b/e-util/e-logger.c
index dd151b6009..fa2d548b23 100644
--- a/e-util/e-logger.c
+++ b/e-util/e-logger.c
@@ -171,8 +171,8 @@ logger_class_init (ELoggerClass *class)
PROP_NAME,
g_param_spec_string (
"name",
- _("Name"),
- _("Name of the logger"),
+ "Name",
+ "Name of the logger",
"anonymous",
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY));