Remove double space in a message

This commit is contained in:
Igor Murzov 2013-05-10 14:52:32 +04:00
parent 229ad049bc
commit 553b055a06
1 changed files with 3 additions and 3 deletions

View File

@ -241,9 +241,9 @@ e_modapi_init(E_Module *m)
_notification_cb_close, NULL)) _notification_cb_close, NULL))
{ {
e_util_dialog_show(_("Error during notification server initialization"), e_util_dialog_show(_("Error during notification server initialization"),
_("Ensure there's no other module acting as a server" _("Ensure there's no other module acting as a server "
" and that D-Bus is correctly installed and " "and that D-Bus is correctly installed and "
" running")); "running"));
return NULL; return NULL;
} }