From 31ce91dc275eb0200042353b3e6646b956901ade Mon Sep 17 00:00:00 2001 From: David Hampton Date: Wed, 8 Mar 2006 04:48:04 +0000 Subject: [PATCH] More references to "Next" that should now say "Forward". git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13534 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/druid-acct-period.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gnome/druid-acct-period.c b/src/gnome/druid-acct-period.c index 5b1dea3238..df90801da1 100644 --- a/src/gnome/druid-acct-period.c +++ b/src/gnome/druid-acct-period.c @@ -241,7 +241,7 @@ prepare_remarks (AcctPeriodInfo *info) 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 @@ show_book_details (AcctPeriodInfo *info) _("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);