2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

[fenix] For issue https://github.com/mozilla-mobile/fenix/issues/12181 - Convert String to sentence case

Changed the string values capitalization to sentence case.
This commit is contained in:
Mihai Eduard Badea 2020-07-02 09:55:33 +03:00 committed by Emily Kager
parent a8f29e65c0
commit 3e5ceb23d5

View File

@ -727,9 +727,9 @@
<!-- Button to add new collection for the "select collection" step of the collection creator -->
<string name="create_collection_add_new_collection">Add new collection</string>
<!-- Button to select all tabs in the "select tabs" step of the collection creator -->
<string name="create_collection_select_all">Select All</string>
<string name="create_collection_select_all">Select all</string>
<!-- Button to deselect all tabs in the "select tabs" step of the collection creator -->
<string name="create_collection_deselect_all">Deselect All</string>
<string name="create_collection_deselect_all">Deselect all</string>
<!-- Text to prompt users to select the tabs to save in the "select tabs" step of the collection creator -->
<string name="create_collection_save_to_collection_empty">Select tabs to save</string>
<!-- Text to show users how many tabs they have selected in the "select tabs" step of the collection creator.