From fc425cbba288c5eb1e27e3d76989d56ff43381ef Mon Sep 17 00:00:00 2001 From: weishu Date: Sat, 3 Jun 2023 15:25:54 +0800 Subject: [PATCH] manager: remove semicolon for require new version --- manager/app/src/main/res/values-zh-rCN/strings.xml | 2 +- manager/app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manager/app/src/main/res/values-zh-rCN/strings.xml b/manager/app/src/main/res/values-zh-rCN/strings.xml index 2e971db2..96d85297 100644 --- a/manager/app/src/main/res/values-zh-rCN/strings.xml +++ b/manager/app/src/main/res/values-zh-rCN/strings.xml @@ -61,7 +61,7 @@ 支持开发 KernelSU 将保持免费和开源,向开发者捐赠以表示支持。 加入我们的 %2$s 频道
加入我们的 QQ 频道]]>
- 当前内核版本: %d 过低,管理器无法正常工作,请升级内核版本至 %d 或以上! + 当前内核版本 %d 过低,管理器无法正常工作,请升级内核版本至 %d 或以上! 应用 全局 白名单 diff --git a/manager/app/src/main/res/values/strings.xml b/manager/app/src/main/res/values/strings.xml index 4161927f..a2ada6c8 100644 --- a/manager/app/src/main/res/values/strings.xml +++ b/manager/app/src/main/res/values/strings.xml @@ -78,5 +78,5 @@ Allow root request Failed to update root profile for %s Failed to update app profile for %s - The current kernel version: %d is too low for the manager to function properly. Please upgrade to version %d or higher! + The current kernel version %d is too low for the manager to function properly. Please upgrade to version %d or higher!