1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-08 22:28:20 +02:00

Add untranslated string "Auto fetch".

This commit is contained in:
ce4 2020-04-05 14:27:26 +02:00 committed by Gitea
parent 131ab4ee0c
commit 4e033c95da
2 changed files with 2 additions and 1 deletions

View File

@ -257,6 +257,7 @@
<string name="pref_title_auto_export_interval">Export interval</string>
<string name="pref_summary_auto_export_interval">Export every %d hour</string>
<!-- Auto fetch activity preferences -->
<string name="pref_header_auto_fetch">Auto fetch</string>
<string name="pref_auto_fetch">Auto fetch activity data</string>
<string name="pref_auto_fetch_summary">Fetch happens upon screen unlock. Only works if a lock mechanism is set!</string>
<string name="pref_auto_fetch_limit_fetches">Minimum time between fetches</string>

View File

@ -603,7 +603,7 @@
</PreferenceCategory>
<PreferenceCategory
android:title="Auto fetch">
android:title="@string/pref_header_auto_fetch">
<CheckBoxPreference
android:layout="@layout/preference_checkbox"
android:defaultValue="false"