packages/apps/Settings
Revision | 48ec74592d11aad3c5ae1012266cf7b162af8edb (tree) |
---|---|
Zeit | 2020-12-31 11:31:39 |
Autor | Hugh Chen <hughchen@goog...> |
Commiter | Bryan Ferris |
RESTRICT AUTOMERGE Update String
Remove brackets.
Bug: 176106404
Bug: 167403112
Test: build pass
Change-Id: Ib9a3c4fa3c6ea1ca54244d672bdc3e12d51a719f
@@ -9058,11 +9058,11 @@ | ||
9058 | 9058 | <!-- Bluetooth message permission alert for dialog title [CHAR LIMIT=none] --> |
9059 | 9059 | <string name="bluetooth_message_access_dialog_title">Allow access to messages?</string> |
9060 | 9060 | <!-- Bluetooth message permission alert for dialog content [CHAR LIMIT=none] --> |
9061 | - <string name="bluetooth_message_access_dialog_content">An untrusted Bluetooth device, [<xliff:g id="device_name" example="My device">%1$s</xliff:g>], wants to access your messages.\n\nYou haven\u2019t connected to [<xliff:g id="device_name" example="My device">%2$s</xliff:g>] before.</string> | |
9061 | + <string name="bluetooth_message_access_dialog_content">An untrusted Bluetooth device, <xliff:g id="device_name" example="My device">%1$s</xliff:g>, wants to access your messages.\n\nYou haven\u2019t connected to <xliff:g id="device_name" example="My device">%2$s</xliff:g> before.</string> | |
9062 | 9062 | <!-- Bluetooth phonebook permission alert for notification content [CHAR LIMIT=none] --> |
9063 | 9063 | <string name="bluetooth_phonebook_access_notification_content">Untrusted device wants to access your contacts and call log. Tap for details.</string> |
9064 | 9064 | <!-- Bluetooth phonebook permission alert for dialog title [CHAR LIMIT=none] --> |
9065 | 9065 | <string name="bluetooth_phonebook_access_dialog_title">Allow access to contacts and call log?</string> |
9066 | 9066 | <!-- Bluetooth phonebook permission alert for dialog content [CHAR LIMIT=none] --> |
9067 | - <string name="bluetooth_phonebook_access_dialog_content">An untrusted Bluetooth device, [<xliff:g id="device_name" example="My device">%1$s</xliff:g>], wants to access your contacts and call log. This includes data about incoming and outgoing calls.\n\nYou haven\u2019t connected to [<xliff:g id="device_name" example="My device">%2$s</xliff:g>] before.</string> | |
9067 | + <string name="bluetooth_phonebook_access_dialog_content">An untrusted Bluetooth device, <xliff:g id="device_name" example="My device">%1$s</xliff:g>, wants to access your contacts and call log. This includes data about incoming and outgoing calls.\n\nYou haven\u2019t connected to <xliff:g id="device_name" example="My device">%2$s</xliff:g> before.</string> | |
9068 | 9068 | </resources> |