2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

[fenix] No issue: Land new string for delete browsing data prompt (https://github.com/mozilla-mobile/fenix/pull/4859)

This commit is contained in:
Emily Kager 2019-08-21 11:17:34 -07:00 committed by Jeff Boek
parent f187762a78
commit 51d4956148

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