overlay: replace "Phone is starting" with "Device is starting"
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2025-2026 oxmc / PawletOS
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
<!-- Replace "Phone is starting" with device-neutral wording -->
|
||||
<string name="android_upgrading_starting" product="default">Device is starting…</string>
|
||||
<string name="android_upgrading_starting" product="tablet">Device is starting…</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user