Skip to content

Commit bed0b21

Browse files
committed
General: Name the reconnect gesture the same everywhere
The dashboard card and the settings switch drive the same preference but were both labelled "Reconnect for 100%", while the settings section above the switch was labelled "Reconnect gesture" - so the feature had two names and the section duplicated nothing useful. Both controls are now "Reconnect gesture". The section header becomes "Quick full charge", matching the vocabulary the ongoing notification already uses ("Quick full charge is on"), which also avoids a section and the switch inside it sharing a title. Dropped formatted="false" from both strings; neither contains a literal % any more. Re-rendered the affected store screenshot. Restores an abandoned local branch (1aeda8b) that renamed only the dashboard card, extended to keep the naming consistent.
1 parent b0912ed commit bed0b21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,15 @@
367367
<string name="dashboard_policy_choice_pause">Pause</string>
368368
<string name="dashboard_policy_card_title">Charging policy</string>
369369
<string name="dashboard_native_settings">System settings</string>
370-
<string name="dashboard_reconnect_title" formatted="false">Reconnect for 100%</string>
370+
<string name="dashboard_reconnect_title">Reconnect gesture</string>
371371
<string name="dashboard_reconnect_body_on" formatted="false">At the 80% limit, unplug for at least 2 seconds and reconnect within 10. An ongoing notification keeps the gesture reliable.</string>
372372
<string name="dashboard_reconnect_body_on_any_level">At any charge level while a protective policy is set, unplug for at least 2 seconds and reconnect within 10. An ongoing notification keeps the gesture reliable.</string>
373373
<string name="dashboard_reconnect_body_off" formatted="false">Optionally use a quick unplug/replug at the 80% limit to charge fully once.</string>
374374
<string name="settings_charging_title">Charging</string>
375375
<string name="settings_charging_subtitle_on">Reconnect gesture on</string>
376376
<string name="settings_charging_subtitle_off">Reconnect gesture off</string>
377-
<string name="settings_reconnect_category">Reconnect gesture</string>
378-
<string name="settings_reconnect_enabled_title" formatted="false">Reconnect for 100%</string>
377+
<string name="settings_reconnect_category">Quick full charge</string>
378+
<string name="settings_reconnect_enabled_title">Reconnect gesture</string>
379379
<string name="settings_reconnect_enabled_body">Watch for a quick unplug and reconnect that starts a one-time full charge. Keeps an ongoing notification while it watches.</string>
380380
<string name="settings_reconnect_enabled_unavailable">Not available on this device</string>
381381
<string name="settings_reconnect_any_level_title">Any charge level</string>
-384 Bytes
Loading

0 commit comments

Comments
 (0)