Skip to content

Commit fa27ede

Browse files
author
MarcoFalke
committed
qt: Run "make translate" in ./src
1 parent cd73721 commit fa27ede

File tree

2 files changed

+216
-83
lines changed

2 files changed

+216
-83
lines changed

src/qt/bitcoinstrings.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
178178
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
179179
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
180180
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."),
181+
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
182+
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
181183
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
182184
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
183185
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),

0 commit comments

Comments
 (0)