Replace Bitcoin with Dogecoin in tooltip

This commit is contained in:
langerhans 2015-08-13 19:03:34 +02:00 committed by J Ross Nicoll
parent 8e80812796
commit 815b2eb8a7

View File

@ -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)