aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-15 00:12:47 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-15 00:12:47 +0200
commit6376e5fd74dd199b5ab0f71686adff65c05798a6 (patch)
tree14979a4f3428fdb77b56b01bc2aff9d308eb1e5e /src/main/res/xml/preferences.xml
parent977a770b818d9b40a93d2acd13b6b5d5c874172d (diff)
parent018f978a22b7314b21b83c40d8741a811ffc55bf (diff)
Merge remote-tracking branch 'refs/remotes/siacs/master'
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 9a96f7226..b9e7ca116 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -133,7 +133,7 @@
android:title="@string/pref_expert_options">
<PreferenceCategory android:title="@string/pref_general">
<ListPreference
- android:defaultValue="Mobile"
+ android:defaultValue="@string/default_resource"
android:entries="@array/resources"
android:entryValues="@array/resources"
android:key="resource"