[Gnucash-changes] r13534 - gnucash/trunk/src/gnome - More references to "Next" that should now say "Forward".

David Hampton hampton at cvs.gnucash.org
Tue Mar 7 23:48:04 EST 2006


Author: hampton
Date: 2006-03-07 23:48:04 -0500 (Tue, 07 Mar 2006)
New Revision: 13534
Trac: http://svn.gnucash.org/trac/changeset/13534

Modified:
   gnucash/trunk/src/gnome/druid-acct-period.c
Log:
More references to "Next" that should now say "Forward". 


Modified: gnucash/trunk/src/gnome/druid-acct-period.c
===================================================================
--- gnucash/trunk/src/gnome/druid-acct-period.c	2006-03-08 04:05:33 UTC (rev 13533)
+++ gnucash/trunk/src/gnome/druid-acct-period.c	2006-03-08 04:48:04 UTC (rev 13534)
@@ -241,7 +241,7 @@
   remarks_text = 
     _("The earliest transaction date found in this book is %s. "
       "Based on the selection made above, this book will be split "
-      "into %d books.  Click on 'Next' to start closing the "
+      "into %d books.  Click on 'Forward' to start closing the "
       "earliest book.");
   str = g_strdup_printf (remarks_text, info->earliest_str, nperiods);
   gtk_label_set_text (info->period_remarks, str);
@@ -287,7 +287,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). "
-      "Click on 'Next' to create this book. "
+      "Click on 'Forward' to create this book. "
       "Click on 'Back' to adjust the dates.");
   str = g_strdup_printf (period_text, close_date_str, ntrans, nacc);
   gtk_label_set_text (info->book_details, str);



More information about the gnucash-changes mailing list