1
0
Fork 0

For #4212: Control text not translated

master
Josh Vocal 2020-01-12 09:43:17 -05:00 committed by Emily Kager
parent d146e75682
commit 2372ee6b15
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 -->