[app] Remove "Manager" from app name (#111)

This commit is contained in:
tehcneko 2021-02-09 23:34:02 +08:00 committed by GitHub
parent 6b3ae42f78
commit d5e20bb1c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name" translatable="false">LSPosed Manager</string>
<resources xmlns:tools="http://schemas.android.com/tools" >
<string name="Activated">已啟用</string>
<string name="Install">安裝</string>
<string name="InstallDetail">點選安裝 LSPosed</string>

View File

@ -1,5 +1,5 @@
<resources>
<string name="app_name" translatable="false">LSPosed Manager</string>
<string name="app_name" translatable="false">LSPosed</string>
<string name="Activated">Activated</string>
<string name="Install">Install</string>
<string name="InstallDetail">Tap to install LSPosed</string>