speling fix
This commit is contained in:
parent
126185aaa7
commit
00f4f8d54c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue