For #24607 - Remove all unused strings marked moz:removedIn <= 98

pull/543/head
Gabriel Luong 2 years ago committed by mergify[bot]
parent d97c20b18c
commit 31e24e96f5

@ -18,7 +18,6 @@
<!-- Privacy Notice positive button-->
<string name="privacy_notice_positive_button">Agree and Continue</string>
<!-- Privacy Notice neutral button-->
<string name="privacy_notice_neutral_button" moz:removedIn="96" tools:ignore="UnusedResources">Exit the App</string>
<string name="privacy_notice_neutral_button_2">Disagree and Exit</string>
<!-- Topsites-->

@ -172,8 +172,6 @@
<string name="browser_menu_add_to_homescreen">Add to Home screen</string>
<!-- 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" moz:removedIn="98" tools:ignore="UnusedResources">Synced tabs</string>
<!-- Content description (not visible, for screen readers etc.) for the Resync tabs button -->
<string name="resync_button_content_description">Resync</string>
<!-- Browser menu button that opens the find in page menu -->
@ -203,8 +201,6 @@
<string name="browser_menu_add">Add</string>
<!-- Browser menu label for editing a bookmark -->
<string name="browser_menu_edit">Edit</string>
<!-- Browser menu button that opens the Customize menu -->
<string name="browser_menu_customize_home" moz:removedIn="98" tools:ignore="UnusedResources">Customize home</string>
<!-- Button shown on the home page that opens the Customize home settings -->
<string name="browser_menu_customize_home_1">Customize homepage</string>
<!-- Browser Toolbar -->
@ -1703,8 +1699,6 @@
<!-- Confirmation dialog button text when top sites limit is reached. -->
<string name="top_sites_max_limit_confirmation_button">OK, Got It</string>
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
<string name="top_sites_toggle_top_recent_sites_3" moz:removedIn="98" tools:ignore="UnusedResources">Most visited top sites</string>
<!-- Label for the preference to show the shortcuts for the most visited top sites on the homepage -->
<string name="top_sites_toggle_top_recent_sites_4">Shortcuts</string>
<!-- Title text displayed in the rename top site dialog. -->
<string name="top_sites_rename_dialog_title">Name</string>

Loading…
Cancel
Save