aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2012-07-26 03:25:26 +0000
committerLuke Dashjr <[email protected]>2012-08-01 17:50:00 +0000
commitb49f1398a1a02eab06def81a9d25b972c81b8fe1 (patch)
treec6f51d9b5cbf00b334c5311391c55d828fa29753 /src/qt/bitcoingui.cpp
parentBugfix: Use standard BTC unit in comments (diff)
downloaddiscoin-b49f1398a1a02eab06def81a9d25b972c81b8fe1.tar.xz
discoin-b49f1398a1a02eab06def81a9d25b972c81b8fe1.zip
Bugfix: Correct English grammar regarding "'s"
Diffstat (limited to 'src/qt/bitcoingui.cpp')
-rw-r--r--src/qt/bitcoingui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp
index b1a0d978c..7e6ad15d6 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -492,7 +492,7 @@ void BitcoinGUI::setNumConnections(int count)
void BitcoinGUI::setNumBlocks(int count, int nTotalBlocks)
{
- // don't show / hide progressBar and it's label if we have no connection(s) to the network
+ // don't show / hide progressBar and its label if we have no connection(s) to the network
if (!clientModel || clientModel->getNumConnections() == 0)
{
progressBarLabel->setVisible(false);