r16278 - gnucash/trunk/src/gnome-utils - Fix typo

Christian Stimming cstim at cvs.gnucash.org
Sun Jul 8 09:19:40 EDT 2007


Author: cstim
Date: 2007-07-08 09:19:39 -0400 (Sun, 08 Jul 2007)
New Revision: 16278
Trac: http://svn.gnucash.org/trac/changeset/16278

Modified:
   gnucash/trunk/src/gnome-utils/gnc-autosave.c
Log:
Fix typo


Modified: gnucash/trunk/src/gnome-utils/gnc-autosave.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-autosave.c	2007-07-08 13:12:37 UTC (rev 16277)
+++ gnucash/trunk/src/gnome-utils/gnc-autosave.c	2007-07-08 13:19:39 UTC (rev 16278)
@@ -99,7 +99,7 @@
 			   _("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);



More information about the gnucash-changes mailing list