Fix another typo.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21144 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Cristian Marchi 2011-08-10 15:17:07 +00:00
parent 0aba835a2b
commit 5a5da3e6de

View File

@ -366,7 +366,7 @@ ap_assistant_book_prepare (GtkAssistant *assistant, gpointer user_data)
_("You have asked for a book to be created. This book " _("You have asked for a book to be created. This book "
"will contain all transactions up to midnight %s " "will contain all transactions up to midnight %s "
"(for a total of %d transactions spread over %d accounts).\n\n " "(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'."); "Click on 'Back' to adjust the dates or 'Cancel'.");
str = g_strdup_printf (period_text, close_date_str, ntrans, nacc); str = g_strdup_printf (period_text, close_date_str, ntrans, nacc);
gtk_label_set_text (GTK_LABEL(info->book_details), str); gtk_label_set_text (GTK_LABEL(info->book_details), str);