r21144 - gnucash/trunk/src/gnome - Fix another typo.

Cristian Marchi cmarchi at code.gnucash.org
Wed Aug 10 11:17:07 EDT 2011


Author: cmarchi
Date: 2011-08-10 11:17:07 -0400 (Wed, 10 Aug 2011)
New Revision: 21144
Trac: http://svn.gnucash.org/trac/changeset/21144

Modified:
   gnucash/trunk/src/gnome/assistant-acct-period.c
Log:
Fix another typo.

Modified: gnucash/trunk/src/gnome/assistant-acct-period.c
===================================================================
--- gnucash/trunk/src/gnome/assistant-acct-period.c	2011-08-10 14:42:25 UTC (rev 21143)
+++ gnucash/trunk/src/gnome/assistant-acct-period.c	2011-08-10 15:17:07 UTC (rev 21144)
@@ -366,7 +366,7 @@
         _("You have asked for a book to be created.  This book "
           "will contain all transactions up to midnight %s "
           "(for a total of %d transactions spread over %d accounts).\n\n "
-          "Amend the Title and Notes or Click on 'Forward' to procede.\n "
+          "Amend the Title and Notes or Click on 'Forward' to proceed.\n "
           "Click on 'Back' to adjust the dates or 'Cancel'.");
     str = g_strdup_printf (period_text, close_date_str, ntrans, nacc);
     gtk_label_set_text (GTK_LABEL(info->book_details), str);



More information about the gnucash-changes mailing list