diff options
| author | MarcoFalke <[email protected]> | 2019-09-16 09:49:22 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-09-16 09:45:11 -0400 |
| commit | fa27eded3a8b8665f19c57408cbd2b059a5031cd (patch) | |
| tree | bdc0dbd6596f1102c9f90b59d034e89f7b897345 /src/qt/bitcoinstrings.cpp | |
| parent | Merge #16737: test: Establish only one connection between nodes in rpc_invali... (diff) | |
| download | discoin-fa27eded3a8b8665f19c57408cbd2b059a5031cd.tar.xz discoin-fa27eded3a8b8665f19c57408cbd2b059a5031cd.zip | |
qt: Run "make translate" in ./src
Diffstat (limited to 'src/qt/bitcoinstrings.cpp')
| -rw-r--r-- | src/qt/bitcoinstrings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 5cde21eec..3d40ee782 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -178,6 +178,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"), QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."), QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."), +QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"), +QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"), QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."), QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"), |