Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit bf37069

Browse files
committed
Fix merge conflict
1 parent 73c8baa commit bf37069

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

app/src/main/res/values/strings.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<resources>
1+
<resources xmlns:tools="http://schemas.android.com/tools">
22
<string name="app_name">Fox\'s Magisk Module Manager</string>
33
<string name="app_name_short">Fox\'s Mmm</string>
44
<string name="fail_root_magisk">Could not access either Root or Magisk</string>
@@ -23,7 +23,7 @@
2323
<string name="support">Support</string>
2424
<string name="donate">Donate</string>
2525
<string name="submit_modules">Submit a module</string>
26-
<string name="require_android_6">Require Android 6.0+</string>
26+
<string name="require_android_6">Requires Android 6.0+</string>
2727
<string name="install_terminal_reboot_now">Reboot</string>
2828
<string name="yes">Yes</string>
2929
<string name="no">No</string>
@@ -39,10 +39,9 @@
3939
<!-- Note: Lockdown mode used to be called showcase mode -->
4040
<string name="manage_repos_pref">Manage repos</string>
4141
<string name="showcase_mode_pref">Lockdown mode</string>
42-
<string name="showcase_mode_desc">Lockdown mode prevent manager to do action on modules</string>
42+
<string name="showcase_mode_desc">Lockdown mode prevents the manager from carrying out actions on modules</string>
4343
<string name="prevent_reboot_pref">Prevent reboot</string>
4444
<string name="prevent_reboot_desc">Prevents unexpected reboots</string>
45-
<string name="showcase_mode_desc">Lockdown mode prevents the manager from carrying out actions on modules</string>
4645
<string name="pref_category_settings">Settings</string>
4746
<string name="pref_category_info">Info</string>
4847
<string name="show_licenses">Show licenses</string>
@@ -54,8 +53,6 @@
5453
<string name="pref_category_security">Security</string>
5554
<string name="pref_category_appearance">Appearance</string>
5655
<string name="pref_category_general">General</string>
57-
<string name="repo_main_desc">The repository hosting Magisk Modules</string>
58-
<string name="repo_main_alt">An alternative to Magisk-Modules-Repo with fewer restrictions.</string>
5956
<string name="repo_main_desc">The repository hosting Magisk modules</string>
6057
<string name="repo_main_alt">An alternative to the Magisk-Modules-Repo with fewer restrictions.</string>
6158
<string name="master_delete">Delete the module files?</string>
@@ -75,7 +72,7 @@
7572
<string name="file_picker_failure">Your current file picker could not access the file.</string>
7673
<string name="remote_install_title">Remote install</string>
7774
<string name="file_picker_wierd">Your file picker returned a non-standard response.</string>
78-
<string name="use_magisk_install_command_pref">Use the \"magisk --install-module\" command</string>
75+
<string name="use_magisk_install_command_pref" tools:ignore="TypographyDashes">Use the \"magisk --install-module\" command</string>
7976
<string name="use_magisk_install_command_desc">
8077
During testing it caused problems to the module install error diagnosis tool,
8178
so this option behind is hidden behind developer mode.\nTurn this on at your own risk!

0 commit comments

Comments
 (0)