diff --git a/contrib/README.md b/contrib/README.md index 7d4b91e88..70378d100 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -1,3 +1,5 @@ +*** Warning: This document has not been updated for Zcash and may be inaccurate. *** + Wallet Tools --------------------- diff --git a/doc/developer-notes.md b/doc/developer-notes.md index cf836dfbd..2fe0ec73f 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -105,9 +105,6 @@ error and debugging messages are written there. The -debug=... command-line option controls debugging; running with just -debug or -debug=1 will turn on all categories (and give you a very large debug.log file). -The Qt code routes qDebug() output to debug.log under category "qt": run with -debug=qt -to see it. - **testnet and regtest modes** Run with the -testnet option to run with "play zcash" on the test network, if you diff --git a/doc/translation_strings_policy.md b/doc/translation_strings_policy.md index 1c555b1fc..c370dba24 100644 --- a/doc/translation_strings_policy.md +++ b/doc/translation_strings_policy.md @@ -10,8 +10,6 @@ How to translate? To mark a message as translatable -- In GUI source code (under `src/qt`): use `tr("...")` - - In non-GUI source code (under `src`): use `_("...")` No internationalization is used for e.g. developer scripts outside `src`.