1
0
Fork 0

For issue #12181 - Convert String to sentence case

Changed the string values capitalization to sentence case.
master
Mihai Eduard Badea 2020-07-02 09:55:33 +03:00 committed by Emily Kager
parent 1353e157cd
commit b1e7e60665
1 changed files with 2 additions and 2 deletions

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.