git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16278 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2007-07-08 13:19:39 +00:00
parent 8a2238218d
commit 2e581e2520
+1 -1
View File
@@ -99,7 +99,7 @@ static gboolean autosave_confirm(GtkWidget *toplevel)
_("Save file automatically?"));
gtk_message_dialog_format_secondary_text
(GTK_MESSAGE_DIALOG(dialog),
_("Your data file needs to be saved to your harddisk to save your changes. GnuCash has a feature to save the file automatically every %d minutes, just as if you had pressed the \"Save\" button each time. \n\n"
_("Your data file needs to be saved to your hard disk to save your changes. GnuCash has a feature to save the file automatically every %d minutes, just as if you had pressed the \"Save\" button each time. \n\n"
"You can change the time interval or turn off this feature under Edit -> Preferences -> General -> Auto-save time interval. \n\n"
"Should your file be saved automatically?"),
interval_mins);