diff options
| -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> |