mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-13 02:37:01 +02:00
Merge pull request #6870
040c0ea
Init: Cleanup error and warning strings (MarcoFalke)6782f58
[trivial] Latest config.guess (MarcoFalke)bf68191
[trivial] rpcnet: fix typo (MarcoFalke)95f4291
[trivial] Rewrite help text for feature enabled by default (MarcoFalke)
This commit is contained in:
@ -52,7 +52,7 @@ Try to write translation strings in an understandable way, for both the user and
|
||||
### Do not translate internal errors
|
||||
|
||||
Do not translate internal errors, or log messages, or messages that appear on the RPC interface. If an error is to be shown to the user,
|
||||
use a generic message, then log the detailed message to the log. E.g. "Error: A fatal internal error occurred, see debug.log for details".
|
||||
use a translatable generic message, then log the detailed message to the log. E.g. "A fatal internal error occurred, see debug.log for details".
|
||||
This helps troubleshooting; if the error is the same for everyone, the likelihood is increased that it can be found using a search engine.
|
||||
|
||||
### Avoid fragments
|
||||
|
Reference in New Issue
Block a user