mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
add summary to automatic_plugin_download
This commit is contained in:
parent
50fc8d0ffb
commit
363906cf3b
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue