1
0
Fork 0

For #8312 - Land strings for limiting how many top sites you can add

master
Gabriel Luong 2020-06-12 14:38:49 -04:00 committed by Emily Kager
parent fffbadbfca
commit a2f087b816
1 changed files with 7 additions and 0 deletions

View File

@ -1411,4 +1411,11 @@
<!-- Text displayed when user has disabled tab syncing in Firefox Sync Account -->
<string name="synced_tabs_enable_tab_syncing">Please enable tab syncing.</string>
<!-- Top Sites -->
<!-- Title text displayed in the dialog when top sites limit is reached. -->
<string name="top_sites_max_limit_title">Top site limit reached</string>
<!-- Content description text displayed in the dialog when top sites limit is reached. -->
<string name="top_sites_max_limit_content">To add a new top site, remove one. Long press the site and select remove.</string>
<!-- Confirmation dialog button text when top sites limit is reached. -->
<string name="top_sites_max_limit_confirmation_button">OK, Got It</string>
</resources>