Clarify the term in accessibility string

The string is to describe the window when the caption get selected. It
can be a freeform window, or a fullscreen window in freeform display.
Instead of describing the window state, we may want to directly describe
the window itself. Because the caption bar is selected, describe the
caption may be a better choice.

Bug: 144963245
Test: Enable accessibility TalkBack and touch on the caption, to hear
      the speech.

Change-Id: I9b3d570acb1666c6803449088d0b2f8dee370590
This commit is contained in:
Yunfan Chen
2019-11-25 21:37:31 -08:00
parent c958ee5b79
commit a682a89a76

View File

@@ -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>