mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change some column headings per Wilddev's suggestion
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6976 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
01743053ab
commit
5c3ba03796
@ -85,17 +85,17 @@ static const char * get_taxtable_label (VirtualLocation virt_loc, gpointer data)
|
||||
|
||||
static const char * get_taxable_label (VirtualLocation virt_loc, gpointer data)
|
||||
{
|
||||
return _("T?");
|
||||
return _("Taxable?");
|
||||
}
|
||||
|
||||
static const char * get_taxincluded_label (VirtualLocation virt_loc, gpointer data)
|
||||
{
|
||||
return _("TI");
|
||||
return _("Tax Included?");
|
||||
}
|
||||
|
||||
static const char * get_inv_label (VirtualLocation virt_loc, gpointer data)
|
||||
{
|
||||
return _("I?");
|
||||
return _("Invoiced?");
|
||||
}
|
||||
|
||||
static const char * get_value_label (VirtualLocation virt_loc, gpointer data)
|
||||
|
Loading…
Reference in New Issue
Block a user