[Patch] Re: [Epiphany] Recovery dialog



Simple patch attached - I have no experience of internationalized code so this probably doesn't cover everything!

Lee
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/epiphany/ChangeLog,v
retrieving revision 1.76
diff -u -r1.76 ChangeLog
--- ChangeLog	6 Feb 2003 22:31:59 -0000	1.76
+++ ChangeLog	7 Feb 2003 21:40:28 -0000
@@ -1,3 +1,7 @@
+2003-02-07  Lee Willis  <lwillis@plus.net>
+
+	* src/session.c: Better option text when recovering from crashes
+
 2003-02-06  James Willcox  <jwillcox@gnome.org>
 
 	* data/epiphany.schemas.in:
Index: src/session.c
===================================================================
RCS file: /cvs/gnome/epiphany/src/session.c,v
retrieving revision 1.4
diff -u -r1.4 session.c
--- src/session.c	29 Jan 2003 21:06:39 -0000	1.4
+++ src/session.c	7 Feb 2003 21:40:29 -0000
@@ -188,7 +188,7 @@
 	dialog = gtk_dialog_new_with_buttons
 		(_("Crash Recovery"), NULL,
 		 GTK_DIALOG_NO_SEPARATOR,
-		 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+		 GTK_STOCK_CANCEL, _("_Don't Recover"),
 		 _("_Recover"), GTK_RESPONSE_OK,
 		 NULL);
 	gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]