1
0
Fork 0

Fixes #8288: Adds content description for ETP back button

master
ValentinTimisica 2020-03-24 19:52:55 +02:00 committed by Mihai Branescu
parent d2c23f21cc
commit eb5303fa48
2 changed files with 4 additions and 0 deletions

View File

@ -185,6 +185,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:tint="?attr/primaryText"
android:contentDescription="@string/etp_back_button_content_description"
app:layout_constraintBottom_toBottomOf="@+id/category_description"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@id/category_title"

View File

@ -1027,6 +1027,9 @@
<string name="etp_panel_off">Protections are OFF for this site</string>
<!-- Header for exceptions list for which sites enhanced tracking protection is always off -->
<string name="enhanced_tracking_protection_exceptions">Enhanced Tracking Protection is off for these websites</string>
<!-- Content description (not visible, for screen readers etc.): Navigate
back from ETP details (Ex: Tracking content) -->
<string name="etp_back_button_content_description">Navigate back</string>
<!-- About page Your rights link text -->
<string name="about_your_rights">Your rights</string>
<!-- About page link text to open open source licenses screen -->