diff options
| author | 2024-01-16 12:58:36 +0800 | |
|---|---|---|
| committer | 2024-01-16 05:08:47 +0000 | |
| commit | 79de8137fbf8c087b30901122b4a3fd57308b0b3 (patch) | |
| tree | b499a9008374b016a448f250d2737b302f1fd735 | |
| parent | 7ac510970ee92e6f7e31dd88a5df4a6869eac7c9 (diff) | |
[Reskin] Update string of incompatible charging on battery settings
Bug: 315748218
Test: Manual Test
Flag: NA
Change-Id: I253569f4e48f310fdff09b0f0bd1e51f7a487af6
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 8835db6b7508..536ddc7459a8 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -1081,6 +1081,8 @@ <string name="power_remaining_settings_home_page"><xliff:g id="percentage" example="10%">%1$s</xliff:g> - <xliff:g id="time_string" example="1 hour left based on your usage">%2$s</xliff:g></string> <!-- [CHAR_LIMIT=NONE] Label for charging on hold on main page of settings --> <string name="power_charging_on_hold_settings_home_page"><xliff:g id="level">%1$s</xliff:g> - Charging on hold to protect battery</string> + <!-- [CHAR_LIMIT=NONE] Label for incompatible charging accessory on main page of settings --> + <string name="power_incompatible_charging_settings_home_page"><xliff:g id="level">%1$s</xliff:g> - Checking charging accessory</string> <!-- [CHAR_LIMIT=40] Label for estimated remaining duration of battery discharging --> <string name="power_remaining_duration_only">About <xliff:g id="time_remaining">%1$s</xliff:g> left</string> <!-- [CHAR_LIMIT=40] Label for battery level chart when discharging with duration --> @@ -1141,7 +1143,7 @@ <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed --> <string name="battery_info_status_discharging">Not charging</string> <!-- Battery Info screen. Value for a status item. A state which device is connected with any charger(e.g. USB, Adapter or Wireless) but not charging yet. Used for diagnostic info screens, precise translation isn't needed --> - <string name="battery_info_status_not_charging">Connected, not charging</string> + <string name="battery_info_status_not_charging">Connected, but not charging</string> <!-- Battery Info screen. Value for a status item. Used for diagnostic info screens, precise translation isn't needed --> <string name="battery_info_status_full">Charged</string> <!-- [CHAR_LIMIT=40] Battery Info screen. Value for a status item. A state which device is fully charged --> |