You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(CMD_REPLY, (tr("Welcome to the %1 RPC console.").arg(PACKAGE_NAME) + "<br>" +
820
-
tr("Use up and down arrows to navigate history, and %1 to clear screen.").arg("<b>" + ui->clearButton->shortcut().toString(QKeySequence::NativeText) + "</b>") + "<br>" +
821
-
tr("Type %1 for an overview of available commands.").arg("<b>help</b>") + "<br>" +
822
-
tr("For more information on using this console type %1.").arg("<b>help-console</b>") +
823
-
"<br><span class=\"secwarning\"><br>" +
824
-
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.") +
825
-
"</span>"),
826
-
true);
829
+
message(CMD_REPLY,
830
+
tr("Welcome to the %1 RPC console.").arg(PACKAGE_NAME) +
831
+
"<br>" +
832
+
tr("Use up and down arrows to navigate history, and %1 to clear screen.")
tr("Type %1 for an overview of available commands.").arg("<b>help</b>") +
840
+
"<br>" +
841
+
tr("For more information on using this console type %1.").arg("<b>help-console</b>") +
842
+
"<br><span class=\"secwarning\"><br>" +
843
+
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.") +
0 commit comments