manager: rename "umount modules" -> "Hide modules"

This commit is contained in:
weishu
2023-06-04 14:25:29 +08:00
parent 11d0029a4b
commit 4ac137313f
9 changed files with 13 additions and 13 deletions

View File

@@ -74,11 +74,11 @@
<string name="profile_namespace_inherited">Inherited</string>
<string name="profile_namespace_global">Global</string>
<string name="profile_namespace_individual">Individual</string>
<string name="profile_unmount_modules">Unmount modules</string>
<string name="profile_hide_modules">Hide modules</string>
<string name="profile_allow_root_request">Allow root request</string>
<string name="failed_to_update_root_profile">Failed to update root profile for %s</string>
<string name="failed_to_update_app_profile">Failed to update app profile for %s</string>
<string name="require_kernel_version">The current kernel version %d is too low for the manager to function properly. Please upgrade to version %d or higher!</string>
<string name="settings_umount_modules_default">Umount modules by default</string>
<string name="settings_umount_modules_default_summary">The global default value for uninstalling modules in App Profiles. If enabled, it will remove all module modifications to the system for applications that do not have a Profile set.</string>
<string name="settings_umount_modules_default">Hide modules by default</string>
<string name="settings_umount_modules_default_summary">The global default value for "Hide modules" in App Profiles. If enabled, it will remove all module modifications to the system for applications that do not have a Profile set.</string>
</resources>