mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
String cleanup; add translator comments
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13144 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
25393c9432
commit
8ba1f3fd4f
@ -2201,6 +2201,8 @@ gnc_invoice_search (GncInvoice *start, GncOwner *owner, GNCBook *book)
|
||||
{ NULL },
|
||||
};
|
||||
static GNCSearchCallbackButton emp_buttons[] = {
|
||||
/* Translators: The terms 'Voucher' and 'Expense Voucher' are used
|
||||
interchangeably in gnucash and mean the same thing. */
|
||||
{ N_("View/Edit Voucher"), edit_invoice_cb},
|
||||
{ N_("Process Payment"), pay_invoice_cb},
|
||||
{ NULL },
|
||||
|
Loading…
Reference in New Issue
Block a user