mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[stock-txn-asst] Call gettext on the transaction type explanation.
This commit is contained in:
@@ -1459,7 +1459,7 @@ PageTransType::change_txn_type (StockAssistantModel *model)
|
||||
if (!model->set_txn_type (type_idx))
|
||||
return;
|
||||
|
||||
set_txn_type_explanation (model->m_txn_type->explanation);
|
||||
set_txn_type_explanation (_(model->m_txn_type->explanation));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user