add summary to automatic_plugin_download

This commit is contained in:
Cloudburst 2022-12-19 10:10:29 +01:00
parent 50fc8d0ffb
commit 363906cf3b
2 changed files with 3 additions and 1 deletions

View File

@ -238,6 +238,7 @@
<string name="pref_filter_search_quality">Hide selected video quality on Search results</string>
<string name="automatic_plugin_updates">Automatic plugin updates</string>
<string name="automatic_plugin_download">Automatically download plugins</string>
<string name="automatic_plugin_download_summary">Automatically install all not yet installed plugins from added repositories.</string>
<string name="updates_settings">Show app updates</string>
<string name="updates_settings_des">Automatically search for new updates on start</string>
<string name="uprereleases_settings">Update to prereleases</string>

View File

@ -37,7 +37,8 @@
android:defaultValue="false"
android:icon="@drawable/ic_baseline_extension_24"
android:key="@string/auto_download_plugins_key"
android:title="@string/automatic_plugin_download" />
android:title="@string/automatic_plugin_download"
android:summary="@string/automatic_plugin_download_summary" />
<SwitchPreference
android:icon="@drawable/ic_baseline_notifications_active_24"
android:summary="@string/updates_settings_des"