Fix typo in instantx string.
This commit is contained in:
parent
825a430c7a
commit
a121f12612
@ -349,7 +349,7 @@ std::string HelpMessage(HelpMessageMode hmm)
|
|||||||
|
|
||||||
strUsage += "\n" + _("InstantX options:") + "\n";
|
strUsage += "\n" + _("InstantX options:") + "\n";
|
||||||
strUsage += " -enableinstantx=<n> " + _("Enable instantx, show confirmations for locked transactions (bool, default: true)") + "\n";
|
strUsage += " -enableinstantx=<n> " + _("Enable instantx, show confirmations for locked transactions (bool, default: true)") + "\n";
|
||||||
strUsage += " -instantxdepth=<n> " + _("Show N confirmations for a successfully locked transaciton (0-9999, default: 1)") + "\n";
|
strUsage += " -instantxdepth=<n> " + _("Show N confirmations for a successfully locked transaction (0-9999, default: 1)") + "\n";
|
||||||
|
|
||||||
strUsage += "\n" + _("Block creation options:") + "\n";
|
strUsage += "\n" + _("Block creation options:") + "\n";
|
||||||
strUsage += " -blockminsize=<n> " + _("Set minimum block size in bytes (default: 0)") + "\n";
|
strUsage += " -blockminsize=<n> " + _("Set minimum block size in bytes (default: 0)") + "\n";
|
||||||
|
@ -125,7 +125,7 @@ QT_TRANSLATE_NOOP("darkcoin-core", ""
|
|||||||
"Set the processor limit for when generation is on (-1 = unlimited, default: "
|
"Set the processor limit for when generation is on (-1 = unlimited, default: "
|
||||||
"-1)"),
|
"-1)"),
|
||||||
QT_TRANSLATE_NOOP("darkcoin-core", ""
|
QT_TRANSLATE_NOOP("darkcoin-core", ""
|
||||||
"Show N confirmations for a successfully locked transaciton (0-9999, default: "
|
"Show N confirmations for a successfully locked transaction (0-9999, default: "
|
||||||
"1)"),
|
"1)"),
|
||||||
QT_TRANSLATE_NOOP("darkcoin-core", ""
|
QT_TRANSLATE_NOOP("darkcoin-core", ""
|
||||||
"This is a pre-release test build - use at your own risk - do not use for "
|
"This is a pre-release test build - use at your own risk - do not use for "
|
||||||
|
Loading…
Reference in New Issue
Block a user