1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-10-20 10:19:34 +02:00

Strings improvements

This commit is contained in:
Arjan Schrijver 2024-03-30 20:49:44 +01:00
parent ad721980b2
commit bf3830924d
2 changed files with 4 additions and 4 deletions

View File

@ -2753,10 +2753,10 @@
<string name="dashboard_settings">Dashboard settings</string>
<string name="bottom_nav_dashboard">Dashboard</string>
<string name="bottom_nav_devices">Devices</string>
<string name="pref_dashboard_first_title">Show Dashboard first</string>
<string name="pref_dashboard_first_summary">Show the Dashboard when Gadgetbridge starts, instead of the Devices screen</string>
<string name="pref_dashboard_first_title">Show dashboard first</string>
<string name="pref_dashboard_first_summary">Show the dashboard when Gadgetbridge starts, instead of the devices screen</string>
<string name="pref_dashboard_cards_title">Show widgets on cards</string>
<string name="pref_dashboard_cards_summary">Draw cards around the widgets on the Dashboard</string>
<string name="pref_dashboard_cards_summary">Draw cards around the widgets on the dashboard</string>
<string name="pref_dashboard_widget_settings">Widget settings</string>
<string name="pref_dashboard_widget_today_title">Activity chart</string>
<string name="pref_dashboard_widget_today_24h_title">24h mode</string>

View File

@ -166,7 +166,7 @@
app:iconSpaceReserved="false" />
<MultiSelectListPreference
android:dependency="dashboard_devices_all"
android:dialogTitle="Select devices"
android:dialogTitle="@string/pref_dashboard_select_devices_title"
android:entries="@array/empty_array"
android:entryValues="@array/empty_array"
android:key="dashboard_devices_multiselect"