Strings for translation

This commit is contained in:
Aditya Kulkarni
2018-11-27 14:14:39 -08:00
parent 68b138e5b3
commit e1f1741384
7 changed files with 25 additions and 24 deletions

View File

@@ -584,7 +584,7 @@ void MainWindow::sendButton() {
// And send the Tx
rpc->sendZTransaction(params, [=](const json& reply) {
QString opid = QString::fromStdString(reply.get<json::string_t>());
ui->statusBar->showMessage("Computing Tx: " % opid);
ui->statusBar->showMessage(tr("Computing Tx: ") % opid);
// And then start monitoring the transaction
rpc->addNewTxToWatch(tx, opid);