diff options
author | 2025-02-24 17:10:39 -0800 | |
---|---|---|
committer | 2025-02-24 17:10:39 -0800 | |
commit | aa36a2386976bc20729acc2febe5475c53522cdb (patch) | |
tree | fcfb014298b4dfb987b49cf598718520cda41985 /java/res | |
parent | 3834835c0078582c73795b8cf7a72d7d0458e275 (diff) | |
parent | e6a9f21e66371f6234f916345233a8f65871e80e (diff) |
Merge "Update the text preview UI copy button content description" into main
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 52b27304..c9ee9d80 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -353,4 +353,11 @@ <!-- Accessibility announcement for the all-applications group in the list of targets. [CHAR LIMIT=NONE] --> <string name="all_apps_group_a11y_title">App list</string> + + <!-- Content description for an action chip button in the content preview UI when a text is + shared. The button is used to copy the text into the clipboard. [CHAR_LIMIT=NONE] --> + <string name="copy_text">Copy text</string> + <!-- Content description for an action chip button in the content preview UI when a link is + shared. The button is used to copy the text into the clipboard. [CHAR_LIMIT=NONE] --> + <string name="copy_link">Copy link</string> </resources> |