From 2f5a25468481af2b59b6866c4adecb8357492b3e Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 18 Aug 2006 15:07:37 +0000 Subject: [PATCH] recover might be nicer a term SVN revision: 24872 --- src/bin/e_alert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_alert.c b/src/bin/e_alert.c index 940c1c986..fbaa08465 100644 --- a/src/bin/e_alert.c +++ b/src/bin/e_alert.c @@ -40,7 +40,7 @@ e_alert_init(const char *disp) /* dont i18n this - i dont want gettext doing anything as this is called from a segv */ title = "Enlightenment Error"; - str1 = "(F1) Restart"; + str1 = "(F1) Recover"; str2 = "(F2) Exit"; wid = DisplayWidth(dd, DefaultScreen(dd));