Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfabienli <fab@lisiecki.fr>2021-06-16 13:30:10 +0300
committerfabienli <fab@lisiecki.fr>2021-06-16 13:49:12 +0300
commitc12b65d630e1c57f20b6691f37dd1b53d10da967 (patch)
tree2929664f31b6b9a49dada42ea541da5df4d8bc9d /News-Android-App/src/main/res/xml
parent3d0d40ff276694f19558db296eff5c8d567faa17 (diff)
sync interval setting is done via a popup
Signed-off-by: fabienli <fab@lisiecki.fr>
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_data_sync.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/News-Android-App/src/main/res/xml/pref_data_sync.xml b/News-Android-App/src/main/res/xml/pref_data_sync.xml
index a668cd68..6b882db0 100644
--- a/News-Android-App/src/main/res/xml/pref_data_sync.xml
+++ b/News-Android-App/src/main/res/xml/pref_data_sync.xml
@@ -29,7 +29,7 @@
android:entries="@array/array_sync_interval"
android:entryValues="@array/array_sync_interval_values"
android:key="pref_sync_settings"
- android:title="Interval Sync"
+ android:title="@string/interval_sync_title"
app:iconSpaceReserved="false"
/>