Remove double space in a message
authorIgor Murzov <e-mail@date.by>
Fri, 10 May 2013 10:52:32 +0000 (14:52 +0400)
committerIgor Murzov <e-mail@date.by>
Sat, 11 May 2013 08:15:01 +0000 (12:15 +0400)
src/modules/notification/e_mod_main.c

index f5fda9b..1ba09fc 100644 (file)
@@ -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;
      }