Closed der3318 closed 2 years ago
Button installer_btn_dismiss will be displayed at the bottom right corner when users successfully finish installing an APK:
installer_btn_dismiss
However, the word "解除" itself is a little bit confusing - it might be associated with "uninstall" or "remove".
Term "完成" seems to be a better candidate (suggested by the post: https://www.gdaily.org/28576/windows-11-install-apk-android-app). It is widely used by many installation wizards.
Apply the patch introduced by #75 for zh-Hant as well, which replaces "手機" with "電話" when referencing android_permission_phone.
android_permission_phone
Main Change
Button
installer_btn_dismiss
will be displayed at the bottom right corner when users successfully finish installing an APK:However, the word "解除" itself is a little bit confusing - it might be associated with "uninstall" or "remove".
Term "完成" seems to be a better candidate (suggested by the post: https://www.gdaily.org/28576/windows-11-install-apk-android-app). It is widely used by many installation wizards.
Additional Change
Apply the patch introduced by #75 for zh-Hant as well, which replaces "手機" with "電話" when referencing
android_permission_phone
.