Amend wording of clipboard access notification.

This corrects the wording of the clipboard access notification
as per UX specification. The current wording is "<app> pasted from
clipboard". It should be "<app> pasted from your clipboard".

Bug: 179469804
Test: Build and flash, copy and paste and check wording
Change-Id: I965690515c9c1fcf92553992a5d67507d0f1b855
This commit is contained in:
Oli Lan
2021-05-07 12:59:31 +01:00
parent 19b0627ae6
commit 40cb941144

View File

@@ -2836,7 +2836,7 @@
<string name="pasted_from_app"><xliff:g id="pasting_app_name" example="Gmail">%1$s</xliff:g> pasted from <xliff:g id="source_app_name" example="Chrome">%2$s</xliff:g></string>
<!-- Displayed to the user to inform them that an app has accessed clipboard data (pasted as in "copy and paste") [CHAR LIMIT=50] -->
<string name="pasted_from_clipboard"><xliff:g id="pasting_app_name" example="Gmail">%1$s</xliff:g> pasted from clipboard</string>
<string name="pasted_from_clipboard"><xliff:g id="pasting_app_name" example="Gmail">%1$s</xliff:g> pasted from your clipboard</string>
<!-- Displayed to the user to inform them that an app has accessed text from clipboard (pasted as in "copy and paste") [CHAR LIMIT=50] -->
<string name="pasted_text"><xliff:g id="pasting_app_name" example="Gmail">%1$s</xliff:g> pasted text you copied</string>