Fix typo in instantx string.

This commit is contained in:
vertoe 2015-02-08 22:36:08 +01:00
parent 825a430c7a
commit a121f12612
2 changed files with 2 additions and 2 deletions

View File

@ -349,7 +349,7 @@ std::string HelpMessage(HelpMessageMode hmm)
strUsage += "\n" + _("InstantX options:") + "\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 += " -blockminsize=<n> " + _("Set minimum block size in bytes (default: 0)") + "\n";

View File

@ -125,7 +125,7 @@ QT_TRANSLATE_NOOP("darkcoin-core", ""
"Set the processor limit for when generation is on (-1 = unlimited, default: "
"-1)"),
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)"),
QT_TRANSLATE_NOOP("darkcoin-core", ""
"This is a pre-release test build - use at your own risk - do not use for "