diff options
| author | 2019-12-02 10:50:16 +0000 | |
|---|---|---|
| committer | 2019-12-02 10:50:16 +0000 | |
| commit | b39135098a51e17b4793bc2d0cb7d196a1089e3b (patch) | |
| tree | bfd1d9a9b96ddb6c12df4c12eaccfde4a6761c04 | |
| parent | 43c2844d4b3b04b9e5973b003b4addd465fb9a38 (diff) | |
| parent | a682a89a7649817f6d2fe3b4db4eb36e6fd60247 (diff) | |
Merge "Clarify the term in accessibility string"
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 2d31f4910335..7310dafe3ecc 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -5336,5 +5336,5 @@ <string name="accessibility_system_action_screenshot_label">Screenshot</string> <!-- Accessibility description of caption view --> - <string name="accessibility_freeform_caption"><xliff:g id="app_name">%1$s</xliff:g> app in Pop-up window.</string> + <string name="accessibility_freeform_caption">Caption bar of <xliff:g id="app_name">%1$s</xliff:g>.</string> </resources> |