comment update: it's -> its

This commit is contained in:
Wladimir J. van der Laan 2012-09-21 14:15:26 +02:00
parent 1ba4925755
commit 3ccbaa56f4
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ void BitcoinGUI::setNumConnections(int count)
void BitcoinGUI::setNumBlocks(int count, int nTotalBlocks)
{
// don't show / hide progress bar and it's label if we have no connection to the network
// don't show / hide progress bar and its label if we have no connection to the network
if (!clientModel || clientModel->getNumConnections() == 0)
{
progressBarLabel->setVisible(false);