aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-07-26 03:25:26 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:37:25 +0000
commit1a85c0f5060ae4eeaa5d99be1d999f9505f8306b (patch)
tree854f70c706d5803db5197d5cdb04355ef0f49594 /src/qt/bitcoingui.cpp
parentc195ef0b5c37075dbf3b4375222360d45d7c0ac0 (diff)
downloadbitcoin-1a85c0f5060ae4eeaa5d99be1d999f9505f8306b.tar.xz
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 3aa67bca5f..83e32e0d74 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -474,7 +474,7 @@ void BitcoinGUI::setNumConnections(int count)
void BitcoinGUI::setNumBlocks(int count)
{
- // 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);