Skip to content

Commit

Permalink
Change translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Jan 15, 2024
1 parent c773bcb commit be0ae50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/values/10-preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<string name="notification_minimum_cards_due_vibrate" maxLength="41">Vibrate</string>
<string name="notification_minimum_cards_due_blink" maxLength="41">Blink light</string>
<string name="timeout_answer_text" maxLength="41">Automatic display answer</string>
<string name="timeout_answer_summ">Show answer automatically without user input. Configure from deck options.</string>
<string name="timeout_answer_summ2">Show answer automatically without user input. Configure from deck options.</string>
<string name="select_locale_title">Select language</string>
<string name="software_render" maxLength="41">Disable card hardware render</string>
<string name="software_render_summ">Hardware render is faster but may have problems, specifically on Android 8/8.1. If you cannot see parts of the card review user interface, try this setting.</string>
Expand Down
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/xml/preferences_reviewing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
android:defaultValue="false"
android:disableDependentsState="false"
android:key="@string/timeout_answer_preference"
android:summary="@string/timeout_answer_summ"
android:summary="@string/timeout_answer_summ2"
android:title="@string/timeout_answer_text" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_cat_advanced">
Expand Down

0 comments on commit be0ae50

Please sign in to comment.