fix: Improve background running notification (#2614)

This commit is contained in:
kitadai31
2025-07-08 05:38:41 +09:00
committed by GitHub
parent b70fc03bc7
commit baa9122a88
2 changed files with 15 additions and 11 deletions

View File

@@ -317,7 +317,8 @@
<string name="patcher_step_group_saving">Saving</string>
<string name="patcher_step_write_patched">Write patched APK file</string>
<string name="patcher_step_sign_apk">Sign patched APK file</string>
<string name="patcher_notification_message">Patching in progress…</string>
<string name="patcher_notification_title">Patching in progress…</string>
<string name="patcher_notification_text">Tap to return to the patcher</string>
<string name="patcher_stop_confirm_title">Stop patcher</string>
<string name="patcher_stop_confirm_description">Are you sure you want to stop the patching process?</string>
<string name="execute_patches">Execute patches</string>