mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[assistant-stock-transaction] rename "Cover buy" to "Buy to cover short"
more accurate
This commit is contained in:
parent
d98b1767c0
commit
44915861c8
@ -315,8 +315,8 @@ static const TxnTypeVec short_types
|
||||
FieldMask::ENABLED_DEBIT | FieldMask::ALLOW_ZERO | FieldMask::ALLOW_NEGATIVE, // capg_amt
|
||||
// Translators: this is a stock transaction describing cover
|
||||
// buying stock, and recording capital gains/loss
|
||||
N_("Cover buy"),
|
||||
N_("Cover buying stock, and record capital gains/loss")
|
||||
N_("Buy to cover short"),
|
||||
N_("Buy back stock to cover short and record capital gain/loss")
|
||||
},
|
||||
{
|
||||
FieldMask::DISABLED, // stock_amt
|
||||
|
Loading…
Reference in New Issue
Block a user