Commit dbb32add authored by MozLando's avatar MozLando
Browse files

Merge #4251



4251: Closes #4250: Update the tracking protection icon content description XML IDS. r=pocmo a=Amejia481



Co-authored-by: default avatarArturo Mejia <arturomejiamarmol@gmail.com>
parents 7046e2bd 3a6eb079
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,11 +89,11 @@ internal class TrackingProtectionIconView @JvmOverloads constructor(
            }
            ON_TRACKERS_BLOCKED -> {
                isVisible = true
                R.string.mozac_browser_toolbar_content_description_tracking_protection_on_trackers_blocked
                R.string.mozac_browser_toolbar_content_description_tracking_protection_on_trackers_blocked1
            }
            OFF_FOR_A_SITE -> {
                isVisible = true
                R.string.mozac_browser_toolbar_content_description_tracking_protection_off_for_a_site
                R.string.mozac_browser_toolbar_content_description_tracking_protection_off_for_a_site1
            }

            OFF_GLOBALLY -> {
+2 −2
Original line number Diff line number Diff line
@@ -9,9 +9,9 @@
    <!-- Content description: For the tracking protection toolbar icon, it is set when the site has tracking protection enabled, but none trackers have been blocked or detected. -->
    <string name="mozac_browser_toolbar_content_description_tracking_protection_on_no_trackers_blocked">Tracking Protection is on</string>
    <!-- Content description: For the tracking protection toolbar icon, it is set when the site has tracking protection enabled, and trackers have been blocked or detected.-->
    <string name="mozac_browser_toolbar_content_description_tracking_protection_on_trackers_blocked">Tracking Protection has blocked trackers</string>
    <string name="mozac_browser_toolbar_content_description_tracking_protection_on_trackers_blocked1">Tracking Protection has blocked trackers</string>
    <!-- Content description: For the tracking protection toolbar icon, it is set when the site has tracking protection disabled.-->
    <string name="mozac_browser_toolbar_content_description_tracking_protection_off_for_a_site">Tracking Protection is off for this site</string>
    <string name="mozac_browser_toolbar_content_description_tracking_protection_off_for_a_site1">Tracking Protection is off for this site</string>
    <!-- Announcement made by the screen reader when the progress bar is shown and a page is loading -->
    <string name="mozac_browser_toolbar_progress_loading">Loading</string>
</resources>