aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiondesc.cpp
diff options
context:
space:
mode:
authorcardpuncher <mauron@vmail.me>2012-06-30 11:31:09 +0300
committercardpuncher <mauron@vmail.me>2012-06-30 11:31:09 +0300
commiteb9a21afedc8c4279f64320dcfbcf5d154f54b2a (patch)
treeb04ebbe71af68e9babbbb2ff30da56c17dc75d84 /src/qt/transactiondesc.cpp
parent3a906d45dc4ed9b6ac5f8422c41e07767b557cb6 (diff)
downloadbitcoin-eb9a21afedc8c4279f64320dcfbcf5d154f54b2a.tar.xz
Fix a typo in TransactionDesc
Diffstat (limited to 'src/qt/transactiondesc.cpp')
-rw-r--r--src/qt/transactiondesc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/transactiondesc.cpp b/src/qt/transactiondesc.cpp
index dc0f28de92..834abee470 100644
--- a/src/qt/transactiondesc.cpp
+++ b/src/qt/transactiondesc.cpp
@@ -226,7 +226,7 @@ QString TransactionDesc::toHTML(CWallet *wallet, CWalletTx &wtx)
strHTML += QString("<b>") + tr("Transaction ID:") + "</b> " + wtx.GetHash().ToString().c_str() + "<br>";
if (wtx.IsCoinBase())
- strHTML += QString("<br>") + tr("Generated coins must mature 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, it's state will change to \"not accepted\" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.") + "<br>";
+ strHTML += QString("<br>") + tr("Generated coins must mature 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to \"not accepted\" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.") + "<br>";
//
// Debug view