gnucash maint: Fix a typo in dialog invoice

Frank H. Ellenberger fell at code.gnucash.org
Sun Jul 31 01:06:34 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/99c2c943 (commit)
	from  https://github.com/Gnucash/gnucash/commit/74dafdce (commit)



commit 99c2c9436b9e9ae01d2504cc9fb0416b1cfce1ab
Author: fell <f.ellenberger at online.de>
Date:   Sun Jul 31 07:06:25 2016 +0200

    Fix a typo in dialog invoice

diff --git a/src/business/business-gnome/dialog-invoice.c b/src/business/business-gnome/dialog-invoice.c
index e14df99..2aabd5b 100644
--- a/src/business/business-gnome/dialog-invoice.c
+++ b/src/business/business-gnome/dialog-invoice.c
@@ -2920,7 +2920,7 @@ multi_post_invoice_cb (GList *invoice_list, gpointer user_data)
     if (test)
     {
         gnc_error_dialog (iw_get_window(iw), "%s",
-                          _("One or more selected invoices have already been posted.\nRe-check you selection."));
+                          _("One or more selected invoices have already been posted.\nRe-check your selection."));
         return;
     }
     



Summary of changes:
 src/business/business-gnome/dialog-invoice.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list