Remove double space in a message

devs/sachiel/e19
Igor Murzov 10 years ago
parent 229ad049bc
commit 553b055a06
  1. 6
      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;
}

Loading…
Cancel
Save