1
0
Fork 0

For #11201: Updates 'synced tabs' and account settings 'tabs' strings

master
ValentinTimisica 2020-06-04 12:53:39 +03:00 committed by Emily Kager
parent 5445d34ac4
commit 32bfba5b36
2 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@
<!-- Browser menu toggle that installs a Progressive Web App shortcut to the site on the device home screen. -->
<string name="browser_menu_install_on_homescreen">Install</string>
<!-- Menu option on the toolbar that takes you to synced tabs page-->
<string name="synced_tabs">Synced Tabs</string>
<string name="synced_tabs">Synced tabs</string>
<!-- Browser menu button that opens the find in page menu -->
<string name="browser_menu_find_in_page">Find in page</string>
<!-- Browser menu button that creates a private tab -->
@ -289,7 +289,7 @@
<!-- Preference for syncing logins -->
<string name="preferences_sync_logins">Logins</string>
<!-- Preference for syncing tabs -->
<string name="preferences_sync_tabs">Tabs</string>
<string name="preferences_sync_tabs_2">Open tabs</string>
<!-- Preference for signing out -->
<string name="preferences_sign_out">Sign out</string>
<!-- Preference displays and allows changing current FxA device name -->
@ -421,7 +421,7 @@
<!-- Option in Library to open History page -->
<string name="library_history">History</string>
<!-- Option in Library to open Synced Tabs page -->
<string name="library_synced_tabs">Synced Tabs</string>
<string name="library_synced_tabs">Synced tabs</string>
<!-- Option in Library to open Reading List -->
<string name="library_reading_list">Reading List</string>
<!-- Menu Item Label for Search in Library -->

View File

@ -48,7 +48,7 @@
app:isPreferenceVisible="false"
android:key="@string/pref_key_sync_tabs"
android:layout="@layout/checkbox_left_preference"
android:title="@string/preferences_sync_tabs"/>
android:title="@string/preferences_sync_tabs_2"/>
</androidx.preference.PreferenceCategory>
</PreferenceScreen>