1
0
Fork 0

For issue #12339 - Collection delete dialog string update

Set the collection delete dialog title text to "Delete %1$s?"
master
Mihai Eduard Badea 2020-07-08 10:06:14 +03:00 committed by Emily Kager
parent c3b06374a1
commit 9aab1d1678
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@
<!-- Collection and tab deletion prompt dialog message. This will show when the last tab from a collection is deleted -->
<string name="delete_tab_and_collection_dialog_message">Deleting this tab will delete the entire collection. You can create new collections at any time.</string>
<!-- Collection and tab deletion prompt dialog title. Placeholder will be replaced with the collection name. This will show when the last tab from a collection is deleted -->
<string name="delete_tab_and_collection_dialog_title">Delete collection %1$s?</string>
<string name="delete_tab_and_collection_dialog_title">Delete %1$s?</string>
<!-- Tab collection deletion prompt dialog option to delete the collection -->
<string name="tab_collection_dialog_positive">Delete</string>
<!-- Tab collection deletion prompt dialog option to cancel deleting the collection -->