mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix typo
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16278 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user