From 71f49a2473809fbd261a2b1ee504dc0e987e5a7c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 31 Oct 2012 09:28:32 +0000 Subject: [PATCH] slightly improve e_alert text SVN revision: 78695 --- src/bin/e_alert_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/e_alert_main.c b/src/bin/e_alert_main.c index 0df5c825c..188887894 100644 --- a/src/bin/e_alert_main.c +++ b/src/bin/e_alert_main.c @@ -527,14 +527,14 @@ _e_alert_draw_text(void) "restart to try and get your desktop back the way \n" "it was.\n" "\n" - "Please compile everything with -g in your CFLAGS.\n", pid); + "Please compile E17 and EFL with -g in your CFLAGS.\n", pid); } else { snprintf(msg, sizeof(msg), "This is not meant to happen and is likely\n" - "a sign of a bug, but you are using non supported\n" - "modules. Before reporting this issue, please\n" + "a sign of a bug, but you are using unsupported\n" + "modules; before reporting this issue, please\n" "unload them and try to see if the bug is still\n" "there.\n"); }