Skip to content

Commit

Permalink
speling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Aug 5, 2011
1 parent 126185a commit 00f4f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 00f4f8d

Please sign in to comment.