For #4212: Control text not translated

fennec/nightly
Josh Vocal 4 years ago committed by Emily Kager
parent d146e75682
commit 2372ee6b15

@ -74,7 +74,7 @@
android:layout_height="match_parent"
android:layout_marginTop="33dp"
android:padding="16dp"
android:text="@string/accessibility_text_size_sample_text"
android:text="@string/accessibility_text_size_sample_text_1"
android:textColor="@color/text_scale_example_text_color"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent"

@ -720,7 +720,7 @@
<!-- Message for copying the URL via long press on the toolbar -->
<string name="url_copied">URL copied</string>
<!-- Sample text for accessibility font size -->
<string name="accessibility_text_size_sample_text">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</string>
<string name="accessibility_text_size_sample_text_1">This is sample text. It is here to show how text will appear when you increase or decrease the size with this setting.</string>
<!-- Summary for Accessibility Text Size Scaling Preference -->
<string name="preference_accessibility_text_size_summary">Make text on websites larger or smaller</string>
<!-- Title for Accessibility Text Size Scaling Preference -->

Loading…
Cancel
Save