Skip to content

Commit 057fac3

Browse files
committed
gui: Update English source translation
1 parent 072f37a commit 057fac3

File tree

2 files changed

+63
-74
lines changed

2 files changed

+63
-74
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shu
131131
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
132132
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"),
133133
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address or hostname: '%s'"),
134+
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid P2P permission: '%s'"),
134135
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -%s=<amount>: '%s'"),
135136
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -discardfee=<amount>: '%s'"),
136137
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -fallbackfee=<amount>: '%s'"),
137138
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)"),
138139
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
139-
QT_TRANSLATE_NOOP("bitcoin-core", "Keypool ran out, please call keypoolrefill first"),
140140
QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses..."),
141141
QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist..."),
142142
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
@@ -170,7 +170,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"),
170170
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction fee and change calculation failed"),
171171
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction has too long of a mempool chain"),
172172
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction must have at least one recipient"),
173-
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
174173
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
175174
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
176175
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),

0 commit comments

Comments
 (0)