From a121f12612d28c0a1400afee340cf7db57efbbc0 Mon Sep 17 00:00:00 2001 From: vertoe Date: Sun, 8 Feb 2015 22:36:08 +0100 Subject: [PATCH] Fix typo in instantx string. --- src/init.cpp | 2 +- src/qt/bitcoinstrings.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index 3628ce37ac..65ce41107e 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -349,7 +349,7 @@ std::string HelpMessage(HelpMessageMode hmm) strUsage += "\n" + _("InstantX options:") + "\n"; strUsage += " -enableinstantx= " + _("Enable instantx, show confirmations for locked transactions (bool, default: true)") + "\n"; - strUsage += " -instantxdepth= " + _("Show N confirmations for a successfully locked transaciton (0-9999, default: 1)") + "\n"; + strUsage += " -instantxdepth= " + _("Show N confirmations for a successfully locked transaction (0-9999, default: 1)") + "\n"; strUsage += "\n" + _("Block creation options:") + "\n"; strUsage += " -blockminsize= " + _("Set minimum block size in bytes (default: 0)") + "\n"; diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index e80a7380ee..f172642c1d 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -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 "