mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
0aba835a2b
commit
5a5da3e6de
@ -366,7 +366,7 @@ ap_assistant_book_prepare (GtkAssistant *assistant, gpointer user_data)
|
||||
_("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);
|
||||
|
Loading…
Reference in New Issue
Block a user