aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-02-17 12:39:04 +0100
committerJon Atack <jon@atack.com>2022-02-17 12:59:30 +0100
commite670edd43441ecb6e5978d65348501c57d856030 (patch)
treea1cc5e02796c22f745c706ddf68f0f3b8f1aa6e7 /src/wallet
parentdf0825046acc7cb496c47666e36af18118beb030 (diff)
downloadbitcoin-e670edd43441ecb6e5978d65348501c57d856030.tar.xz
User-facing content fixups from transifex translator feedback
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/spend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/spend.cpp b/src/wallet/spend.cpp
index 3d8ae2da69..83eaececc1 100644
--- a/src/wallet/spend.cpp
+++ b/src/wallet/spend.cpp
@@ -778,7 +778,7 @@ static bool CreateTransactionInternal(
}
else if ((unsigned int)nChangePosInOut > txNew.vout.size())
{
- error = _("Change index out of range");
+ error = _("Transaction change output index out of range");
return false;
}