mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-09 10:32:02 +02:00
speling fix
This commit is contained in:
@@ -298,7 +298,7 @@ void BitcoinGUI::setNumConnections(int count)
|
|||||||
default: icon = ":/icons/connect_4"; break;
|
default: icon = ":/icons/connect_4"; break;
|
||||||
}
|
}
|
||||||
labelConnectionsIcon->setPixmap(QIcon(icon).pixmap(16,16));
|
labelConnectionsIcon->setPixmap(QIcon(icon).pixmap(16,16));
|
||||||
labelConnectionsIcon->setToolTip(tr("%n active connections to Bitcoin network", "", count));
|
labelConnectionsIcon->setToolTip(tr("%n active connection(s) to Bitcoin network", "", count));
|
||||||
}
|
}
|
||||||
|
|
||||||
void BitcoinGUI::setNumBlocks(int count)
|
void BitcoinGUI::setNumBlocks(int count)
|
||||||
|
Reference in New Issue
Block a user