Bug 798737 - Minor grammatical error - 'for' missing in 'You will be asked a conversion rate for each.'

This commit is contained in:
Geert Janssens 2023-01-29 10:14:38 +01:00
parent e615a5775a
commit 3a6d1ea663

View File

@ -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) */