aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-text-event-processor.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-text-event-processor.c')
-rw-r--r--e-util/e-text-event-processor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-text-event-processor.c b/e-util/e-text-event-processor.c
index 870aeed58f..090b7e6b0e 100644
--- a/e-util/e-text-event-processor.c
+++ b/e-util/e-text-event-processor.c
@@ -73,8 +73,8 @@ e_text_event_processor_class_init (ETextEventProcessorClass *klass)
g_object_class_install_property (object_class, PROP_ALLOW_NEWLINES,
g_param_spec_boolean ("allow_newlines",
- _( "Allow newlines" ),
- _( "Allow newlines" ),
+ "Allow newlines",
+ "Allow newlines",
FALSE,
G_PARAM_READWRITE));