diff options
| author | 2016-01-23 02:43:18 +0000 | |
|---|---|---|
| committer | 2016-01-23 02:43:18 +0000 | |
| commit | 6f8429757b96be2cda1f857a3ad17ba866c4071c (patch) | |
| tree | 9694b0418ccf10313a8ae0a67b7dccd66d87cf29 | |
| parent | 5bada6998d5481d95c85462b599e6aabf45f72dc (diff) | |
| parent | b5e496d0e4ebe68e37a9dc2603c50ea40084b9e1 (diff) | |
Merge "Minor fixes on string resources due to translation issues."
| -rw-r--r-- | core/res/res/values/strings.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index eebdd613e6a8..d7f7b101c219 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -492,17 +492,17 @@ current device state, to send as an e-mail message. It will take a little time from starting the bug report until it is ready to be sent; please be patient.</string> - <!-- Title in the bugreport dialog for the interactive workflow. [CHAR LIMIT=20] --> + <!-- Title in the bugreport dialog for the interactive workflow. Should fit in one line. [CHAR LIMIT=30] --> <string name="bugreport_option_interactive_title">Interactive report</string> <!-- Summary in the bugreport dialog for the interactive workflow. [CHAR LIMIT=NONE] --> <string name="bugreport_option_interactive_summary">Use this under most circumstances. It allows you to track progress of the report and enter more details about the problem. It might omit some less-used sections that take a long time to report.</string> - <!-- Title in the bugreport dialog for the full workflow. [CHAR LIMIT=20] --> + <!-- Title in the bugreport dialog for the full workflow. Should fit in one line. [CHAR LIMIT=30] --> <string name="bugreport_option_full_title">Full report</string> - <!-- Summary in the bugreport dialog for the full workflow. [CHAR LIMIT=20] --> - <string name="bugreport_option_full_summary">Use this option for minimal interference when - your device is unresponsive or too slow, or when you need all sections. + <!-- Summary in the bugreport dialog for the full workflow. [CHAR LIMIT=NONE] --> + <string name="bugreport_option_full_summary">Use this option for minimal system interference when + your device is unresponsive or too slow, or when you need all report sections. Does not take a screenshot or allow you to enter more details.</string> <!-- Toast message informing user in how many seconds a bugreport screenshot will be taken --> <plurals name="bugreport_countdown"> |