[stock-txn-asst] Call gettext on the transaction type explanation.

This commit is contained in:
John Ralls
2023-08-20 15:48:24 -07:00
parent 814754891f
commit a2bd020b13

View File

@@ -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