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:
parent
a8f29e65c0
commit
3e5ceb23d5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user