evolution r34934 - trunk/shell
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r34934 - trunk/shell
- Date: Wed, 30 Jan 2008 18:18:21 +0000 (GMT)
Author: sragavan
Date: Wed Jan 30 18:18:21 2008
New Revision: 34934
URL: http://svn.gnome.org/viewvc/evolution?rev=34934&view=rev
Log:
2008-01-30 Srinivasa Ragavan <sragavan novell com>
* apps_evolution_shell.schemas.in: Change Crash Recovery to Crash
detection.
* main.c: (show_recovery_warning):
Modified:
trunk/shell/ChangeLog
trunk/shell/apps_evolution_shell.schemas.in
trunk/shell/main.c
Modified: trunk/shell/apps_evolution_shell.schemas.in
==============================================================================
--- trunk/shell/apps_evolution_shell.schemas.in (original)
+++ trunk/shell/apps_evolution_shell.schemas.in Wed Jan 30 18:18:21 2008
@@ -61,8 +61,8 @@
<type>bool</type>
<default>true</default>
<locale name="C">
- <short>Whether crash recovery should be done or not</short>
- <long>Decides whether the crash recovery should be run or not.</long>
+ <short>Whether crash detection should be done or not</short>
+ <long>Decides whether the crash detection should be run or not.</long>
</locale>
</schema>
Modified: trunk/shell/main.c
==============================================================================
--- trunk/shell/main.c (original)
+++ trunk/shell/main.c Wed Jan 30 18:18:21 2008
@@ -304,7 +304,7 @@
int flags = 0, response;
warning_dialog = gtk_dialog_new ();
- gtk_window_set_title (GTK_WINDOW (warning_dialog), _("Evolution Crash Recovery"));
+ gtk_window_set_title (GTK_WINDOW (warning_dialog), _("Evolution Crash Detection"));
gtk_window_set_modal (GTK_WINDOW (warning_dialog), TRUE);
gtk_dialog_add_button (GTK_DIALOG (warning_dialog), _("Ig_nore"), GTK_RESPONSE_CANCEL);
gtk_dialog_add_button (GTK_DIALOG (warning_dialog), _("_Recover"), GTK_RESPONSE_OK);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]