fix redo setup name

This commit is contained in:
Cloudburst 2022-12-23 18:49:24 +00:00
parent b6b7cceea5
commit de0c2fd4fa
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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>