Mercurial > hg > bitcoin
changeset 1253:cd45f62cfeae draft
speling fix
author | Wladimir J. van der Laan <laanwj@gmail.com> |
---|---|
date | Fri, 05 Aug 2011 15:37:49 +0200 (2011-08-05) |
parents | 3263a457d299 |
children | 8af3dd3c08a4 |
files | src/qt/bitcoingui.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -298,7 +298,7 @@ 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)