aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-24 10:08:39 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-24 10:08:39 +0200
commit8c2f2b671e5e9630dd6a56a49a33e6cd45694b03 (patch)
treef0d93a4d08b4eef134eb372fcabfaecdcefbc22b /src/main/res/xml
parentce44b8869e046a76ca7eca5c0de16662910312cb (diff)
added missing and changed some strings
Diffstat (limited to 'src/main/res/xml')
-rw-r--r--src/main/res/xml/preferences.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index a3f15ba1a..455b67990 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -92,21 +92,21 @@
android:entries="@array/filesizes"
android:entryValues="@array/filesizes_values"
android:key="auto_accept_file_size_wifi"
- android:summary="@string/pref_accept_files_summary"
+ android:summary="@string/pref_accept_files_summary_wifi"
android:title="@string/pref_accept_files_wifi" />
<ListPreference
android:defaultValue="262144"
android:entries="@array/filesizes"
android:entryValues="@array/filesizes_values"
android:key="auto_accept_file_size_mobile"
- android:summary="@string/pref_accept_files_summary"
+ android:summary="@string/pref_accept_files_summary_mobile"
android:title="@string/pref_accept_files_mobile" />
<ListPreference
android:defaultValue="1"
android:entries="@array/filesizes"
android:entryValues="@array/filesizes_values"
android:key="auto_accept_file_size_roaming"
- android:summary="@string/pref_accept_files_summary"
+ android:summary="@string/pref_accept_files_summary_mobileroaming"
android:title="@string/pref_accept_files_mobileroaming" />
<ListPreference
android:defaultValue="auto"