From 553b055a0683f4574e7f702b5b5ce2a28c177f3c Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Fri, 10 May 2013 14:52:32 +0400 Subject: [PATCH] Remove double space in a message --- src/modules/notification/e_mod_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/notification/e_mod_main.c b/src/modules/notification/e_mod_main.c index f5fda9be9..1ba09fcf8 100644 --- a/src/modules/notification/e_mod_main.c +++ b/src/modules/notification/e_mod_main.c @@ -241,9 +241,9 @@ e_modapi_init(E_Module *m) _notification_cb_close, NULL)) { e_util_dialog_show(_("Error during notification server initialization"), - _("Ensure there's no other module acting as a server" - " and that D-Bus is correctly installed and " - " running")); + _("Ensure there's no other module acting as a server " + "and that D-Bus is correctly installed and " + "running")); return NULL; }