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

Commit 1c0e95f

Browse files
committed
Fix translations
1 parent fed16d0 commit 1c0e95f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<string name="module_needs_ramdisk_desc">This module need boot ramdisk to be installed</string>
4848
<string name="module_can_change_boot">Can change boot</string>
4949
<string name="module_can_change_boot_desc">This module may change the boot image</string>
50-
<string name="module_min_magisk_chip">This module may change the boot image</string>
51-
<string name="module_min_sdk_chip">This module may change the boot image</string>
52-
<string name="module_max_sdk_chip">This module may change the boot image</string>
50+
<string name="module_min_magisk_chip">Min. Magisk "%s"</string>
51+
<string name="module_min_sdk_chip">Min. Android</string>
52+
<string name="module_max_sdk_chip">Max. Android</string>
5353

5454
<!-- Preference Titles -->
5555
<!-- Note: Lockdown mode used to be called showcase mode -->

0 commit comments

Comments
 (0)