aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c6
1 files changed, 4 insertions, 2 deletions
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);
}