diff options
| author | langerhans <[email protected]> | 2015-08-13 19:03:34 +0200 |
|---|---|---|
| committer | J Ross Nicoll <[email protected]> | 2015-10-31 14:49:40 +0000 |
| commit | 05c7cbf5c87021081ec69e86b79cea00c4784759 (patch) | |
| tree | 1a72f805602e51ac78d2e689ce72d418725b72eb /src | |
| parent | Add dogechain and chain.so as default block explorers (diff) | |
| download | discoin-05c7cbf5c87021081ec69e86b79cea00c4784759.tar.xz discoin-05c7cbf5c87021081ec69e86b79cea00c4784759.zip | |
Replace Bitcoin with Dogecoin in tooltip
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/bitcoingui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 844141974..1f08ce2e8 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -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) |