mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-23 21:14:42 +00:00
speling fix
This commit is contained in:
parent
126185aaa7
commit
00f4f8d54c
@ -298,7 +298,7 @@ void BitcoinGUI::setNumConnections(int count)
|
||||
default: icon = ":/icons/connect_4"; break;
|
||||
}
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user