1
0
Fork 0

No issue: Land new string for delete browsing data prompt (#4859)

master
Emily Kager 2019-08-21 11:17:34 -07:00 committed by Jeff Boek
parent 051ae9f584
commit 1b2757be98
1 changed files with 2 additions and 0 deletions

View File

@ -643,6 +643,8 @@
<string name="delete_browsing_data_prompt_message">This will delete all of your browsing data.</string>
<!-- Dialog message to the user asking to delete browsing data. -->
<string name="delete_browsing_data_prompt_message_2">Are you sure you want to delete the selected browsing data?</string>
<!-- Dialog message to the user asking to delete browsing data. Parameter will be replaced by app name. -->
<string name="delete_browsing_data_prompt_message_3">%s will delete the selected browsing data.</string>
<!-- Text for the cancel button for the data deletion dialog -->
<string name="delete_browsing_data_prompt_cancel">Cancel</string>
<!-- Text for the allow button for the data deletion dialog -->