mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 21:59:10 +02:00
Fixed multiple typos
A few "a->an" and "an->a". "Shows, if the supplied default SOCKS5 proxy" -> "Shows if the supplied default SOCKS5 proxy". Change made on 3 occurrences. "without fully understanding the ramification of a command" -> "without fully understanding the ramifications of a command". Removed duplicate words such as "the the".
This commit is contained in:
@@ -672,7 +672,7 @@ void RPCConsole::setFontSize(int newSize)
|
||||
{
|
||||
QSettings settings;
|
||||
|
||||
//don't allow a insane font size
|
||||
//don't allow an insane font size
|
||||
if (newSize < FONT_RANGE.width() || newSize > FONT_RANGE.height())
|
||||
return;
|
||||
|
||||
@@ -738,7 +738,7 @@ void RPCConsole::clear(bool clearHistory)
|
||||
tr("Use up and down arrows to navigate history, and %1 to clear screen.").arg("<b>"+clsKey+"</b>") + "<br>" +
|
||||
tr("Type <b>help</b> for an overview of available commands.")) +
|
||||
"<br><span class=\"secwarning\">" +
|
||||
tr("WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command.") +
|
||||
tr("WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.") +
|
||||
"</span>",
|
||||
true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user