From 27909c033836613152167b9969b8014b98238006 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 7 Nov 2004 20:07:02 +0000 Subject: Better wording for the crash recovery dialogue. Thanks to Spark for this. 2004-11-07 Christian Persch * src/ephy-session.c: (offer_to_resume): Better wording for the crash recovery dialogue. Thanks to Spark for this. --- ChangeLog | 7 +++++++ src/ephy-session.c | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2cb16c1c7..db4b2f44a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-11-07 Christian Persch + + * src/ephy-session.c: (offer_to_resume): + + Better wording for the crash recovery dialogue. Thanks to Spark + for this. + 2004-11-07 Christian Persch * src/ephy-notebook.c: (find_notebook_at_pointer), diff --git a/src/ephy-session.c b/src/ephy-session.c index cbe8e6190..13fad9ccb 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -368,11 +368,12 @@ offer_to_resume (EphySession *session) GTK_DIALOG_MODAL, GTK_MESSAGE_WARNING, GTK_BUTTONS_NONE, - _("Epiphany appears to have crashed or been killed the last time it was run.")); + _("Recover previous browser windows and tabs?")); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), - _("You can recover the opened tabs and windows.")); + _("Epiphany appears to have exited unexpectedly the last time " + "it was run. You can recover the opened windows and tabs.")); gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Don't Recover"), GTK_RESPONSE_CANCEL); -- cgit v1.2.3