gnucash maint: Bug 798737 - Minor grammatical error - 'for' missing in 'You will be asked a conversion rate for each.'
Geert Janssens
gjanssens at code.gnucash.org
Sun Jan 29 04:14:57 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/3a6d1ea6 (commit)
from https://github.com/Gnucash/gnucash/commit/e615a577 (commit)
commit 3a6d1ea6631a3c3ac90eedbad59c8c0ec89ed645
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sun Jan 29 10:14:38 2023 +0100
Bug 798737 - Minor grammatical error - 'for' missing in 'You will be asked a conversion rate for each.'
diff --git a/gnucash/gnome/dialog-invoice.c b/gnucash/gnome/dialog-invoice.c
index 8307cec9f..c02e64fcd 100644
--- a/gnucash/gnome/dialog-invoice.c
+++ b/gnucash/gnome/dialog-invoice.c
@@ -999,7 +999,7 @@ gnc_invoice_post(InvoiceWindow *iw, struct post_invoice_params *post_params)
gncInvoiceSetCurrency (invoice, gncOwnerGetCurrency (gncInvoiceGetOwner (invoice)));
/* Fill in the conversion prices with feedback from the user */
- text = _("One or more of the entries are for accounts different from the invoice/bill currency. You will be asked a conversion rate for each.");
+ text = _("One or more of the entries are for accounts different from the invoice/bill currency. You will be asked to enter a conversion rate for each.");
/* Ask the user for conversion rates for all foreign currencies
* (relative to the invoice currency) */
Summary of changes:
gnucash/gnome/dialog-invoice.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list