Skip to content

Commit

Permalink
Add description to start of day label in preferences (#8280)
Browse files Browse the repository at this point in the history
  • Loading branch information
haran2248 authored Mar 24, 2021
1 parent 175d961 commit d42a9e3
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 @@ -155,7 +155,7 @@
<string name="time_limit">Timebox time limit</string>
<string name="time_limit_summ">XXX min</string>
<string name="new_timezone">New timezone handling</string>
<string name="day_offset">Start of next day</string>
<string name="day_offset_with_description">Start of next day (0 is midnight, 23 is 11PM)</string>
<string name="day_offset_summ">XXX hours past midnight</string>
<string name="sched_ver">Experimental V2 scheduler</string>
<string name="sched_ver_summ">Enable the experimental scheduler. Forces changes in one direction on next sync</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 @@ -35,7 +35,7 @@
android:key="dayOffset"
android:max="23"
android:summary="@string/day_offset_summ"
android:title="@string/day_offset"
android:title="@string/day_offset_with_description"
app:interval="1"
app:min="0" />
<com.ichi2.preferences.NumberRangePreference
Expand Down

0 comments on commit d42a9e3

Please sign in to comment.