mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fix redo setup name
This commit is contained in:
parent
b6b7cceea5
commit
de0c2fd4fa
2 changed files with 2 additions and 1 deletions
|
@ -242,6 +242,7 @@
|
||||||
<string name="automatic_plugin_download_summary">Automatically install all not yet installed plugins from added repositories.</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">Show app updates</string>
|
||||||
<string name="updates_settings_des">Automatically search for new updates on start</string>
|
<string name="updates_settings_des">Automatically search for new updates on start</string>
|
||||||
|
<string name="redo_setup_process">Redo setup process</string>
|
||||||
<string name="uprereleases_settings">Update to prereleases</string>
|
<string name="uprereleases_settings">Update to prereleases</string>
|
||||||
<string name="uprereleases_settings_des">Search for prerelease updates instead of full releases only</string>
|
<string name="uprereleases_settings_des">Search for prerelease updates instead of full releases only</string>
|
||||||
<string name="apk_installer_settings">APK Installer</string>
|
<string name="apk_installer_settings">APK Installer</string>
|
||||||
|
|
|
@ -60,6 +60,6 @@
|
||||||
app:key="@string/auto_update_key" />
|
app:key="@string/auto_update_key" />
|
||||||
<Preference
|
<Preference
|
||||||
android:icon="@drawable/ic_baseline_construction_24"
|
android:icon="@drawable/ic_baseline_construction_24"
|
||||||
android:title="Redo setup process"
|
android:title="@string/redo_setup_process"
|
||||||
app:key="@string/redo_setup_key" />
|
app:key="@string/redo_setup_key" />
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
Loading…
Add table
Add a link
Reference in a new issue