diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-08 04:07:02 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-08 04:07:02 +0800 |
commit | 27909c033836613152167b9969b8014b98238006 (patch) | |
tree | 84b53a4550edef8a2baca3cf4e8a14283e45cd6c /src/ephy-session.c | |
parent | 3372beb68daffec1bd2560e38e1d9fea3bca9972 (diff) | |
download | gsoc2013-epiphany-27909c033836613152167b9969b8014b98238006.tar.gz gsoc2013-epiphany-27909c033836613152167b9969b8014b98238006.tar.zst gsoc2013-epiphany-27909c033836613152167b9969b8014b98238006.zip |
Better wording for the crash recovery dialogue. Thanks to Spark for this.
2004-11-07 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-session.c: (offer_to_resume):
Better wording for the crash recovery dialogue. Thanks to Spark
for this.
Diffstat (limited to 'src/ephy-session.c')
-rw-r--r-- | src/ephy-session.c | 5 |
1 files changed, 3 insertions, 2 deletions
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); |