aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-10-29 13:26:37 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-10-29 13:30:42 +0100
commitb2ce2c1f0fb12af82f3ff9f20c66492b9263fa10 (patch)
tree6c5e35f1587f438d2f0af1e9f5bb58d3100dee29 /doc
parent26752767df451f710e1ad592bc80e8ab89116735 (diff)
parent040c0ea0935ffa0a23972250c23cd0d7b6b1b702 (diff)
downloadbitcoin-b2ce2c1f0fb12af82f3ff9f20c66492b9263fa10.tar.xz
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)
Diffstat (limited to 'doc')
-rw-r--r--doc/translation_strings_policy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/translation_strings_policy.md b/doc/translation_strings_policy.md
index 936a6112c6..b95259cdc9 100644
--- a/doc/translation_strings_policy.md
+++ b/doc/translation_strings_policy.md
@@ -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