change label

This commit is contained in:
MM20
2026-03-28 14:49:02 +01:00
parent 32031d6ef8
commit bda5350817
2 changed files with 0 additions and 2 deletions

View File

@@ -670,7 +670,6 @@ fun ConfigureClockWidgetSheet(
)
ListPreference(
title = stringResource(R.string.preference_clockwidget_battery_part),
summary = stringResource(R.string.preference_clockwidget_battery_part_summary),
icon = R.drawable.battery_full_24px,
value = parts?.battery,
onValueChanged = {

View File

@@ -607,7 +607,6 @@
<string name="preference_clockwidget_music_part">Media</string>
<string name="preference_clockwidget_music_part_summary">Show media controls when there is an active media session</string>
<string name="preference_clockwidget_battery_part">Battery</string>
<string name="preference_clockwidget_battery_part_summary">Show the current battery level</string>
<string name="preference_clockwidget_battery_part_always_show">Always show</string>
<string name="preference_clockwidget_battery_part_show">Show when low or charging</string>
<string name="preference_clockwidget_battery_part_hide">Off</string>