From 5a5da3e6dec3032eff766d90030851a58a4e8232 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 10 Aug 2011 15:17:07 +0000 Subject: [PATCH] Fix another typo. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21144 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/assistant-acct-period.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome/assistant-acct-period.c b/src/gnome/assistant-acct-period.c index f3ef4b6372..cba740537d 100644 --- a/src/gnome/assistant-acct-period.c +++ b/src/gnome/assistant-acct-period.c @@ -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);