From de0c2fd4fa2afe0521ee4983c8f55fcd12b69171 Mon Sep 17 00:00:00 2001
From: Cloudburst <18114966+C10udburst@users.noreply.github.com>
Date: Fri, 23 Dec 2022 18:49:24 +0000
Subject: [PATCH] fix redo setup name
---
app/src/main/res/values/strings.xml | 1 +
app/src/main/res/xml/settings_updates.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 64c99449..5fb06c03 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -242,6 +242,7 @@
Automatically install all not yet installed plugins from added repositories.
Show app updates
Automatically search for new updates on start
+ Redo setup process
Update to prereleases
Search for prerelease updates instead of full releases only
APK Installer
diff --git a/app/src/main/res/xml/settings_updates.xml b/app/src/main/res/xml/settings_updates.xml
index 6434a7ef..b974b2fd 100644
--- a/app/src/main/res/xml/settings_updates.xml
+++ b/app/src/main/res/xml/settings_updates.xml
@@ -60,6 +60,6 @@
app:key="@string/auto_update_key" />
\ No newline at end of file