Skip to content

Commit d68b53e

Browse files
committed
chore: add summary to 'automatically check for updates' option
1 parent 04bb5e0 commit d68b53e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
<string name="invalid_url">Please enter a URL that works</string>
156156
<string name="version">Version %1$s</string>
157157
<string name="show_updates">Check updates automatically</string>
158+
<string name="show_updates_summary">Check for updates automatically every time the app is started.</string>
158159
<string name="related_streams">Related content</string>
159160
<string name="related_streams_summary">Show similar streams alongside what you watch</string>
160161
<string name="buffering_goal">Preloading</string>

app/src/main/res/xml/general_settings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
android:defaultValue="false"
7272
android:icon="@drawable/ic_download_filled"
7373
app:key="automatic_update_checks"
74-
app:title="@string/show_updates" />
74+
app:title="@string/show_updates"
75+
app:summary="@string/show_updates_summary" />
7576

7677
<ListPreference
7778
android:defaultValue="disabled"

0 commit comments

Comments
 (0)