Show confirmation dialog before restore app

This commit is contained in:
canyie
2022-01-21 01:02:55 -08:00
committed by John Wu
parent 47545b45b8
commit 454e5dfc5d
5 changed files with 28 additions and 1 deletions
@@ -229,5 +229,6 @@
<string name="add_shortcut_msg">隐藏后应用的名字和图标可能难以识别。需要在桌面上添加具有原始名称和图标的快捷方式吗?</string>
<string name="app_not_found">找不到可处理此操作的应用</string>
<string name="reboot_apply_change">重启后生效</string>
<string name="restore_app_confirmation">即将把隐藏的 Magisk 应用恢复回原始应用,是否继续?</string>
</resources>
+1
View File
@@ -229,5 +229,6 @@
<string name="add_shortcut_msg">After hiding this app, its name and icon might become difficult to recognize. Do you want to add a pretty shortcut to the home screen?</string>
<string name="app_not_found">No app found to handle this action</string>
<string name="reboot_apply_change">Reboot to apply changes</string>
<string name="restore_app_confirmation">This will restore the hidden app back to the original app. Do you really want to do this?</string>
</resources>