mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-02 00:56:02 +00:00
Replace Bitcoin with Dogecoin in tooltip
This commit is contained in:
parent
8e80812796
commit
815b2eb8a7
@ -674,7 +674,7 @@ void BitcoinGUI::setNumConnections(int count)
|
||||
default: icon = ":/icons/connect_4"; break;
|
||||
}
|
||||
labelConnectionsIcon->setPixmap(platformStyle->SingleColorIcon(icon).pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE));
|
||||
labelConnectionsIcon->setToolTip(tr("%n active connection(s) to Bitcoin network", "", count));
|
||||
labelConnectionsIcon->setToolTip(tr("%n active connection(s) to Dogecoin network", "", count));
|
||||
}
|
||||
|
||||
void BitcoinGUI::setNumBlocks(int count, const QDateTime& blockDate)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user