From 2c4ae5e7685c462f8d464448e4617b8dea029e72 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 9 Nov 2012 22:40:00 -0500 Subject: Coding style and whitespace cleanup. --- shell/main.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index e1237cccbd..0869ef6f05 100644 --- a/shell/main.c +++ b/shell/main.c @@ -422,8 +422,10 @@ create_default_shell (void) /* Failure to register is fatal. */ if (error != NULL) { - e_notice (NULL, GTK_MESSAGE_ERROR, - _("Cannot start Evolution, other instance is probably running and is unresponsive. System error: %s"), + e_notice ( + NULL, GTK_MESSAGE_ERROR, + _("Cannot start Evolution. Another Evolution " + "instance may be unresponsive. System error: %s"), error->message); g_clear_error (&error); } -- cgit