aboutsummaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index e0609f6..f4cdd9f 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -14,7 +14,7 @@
android:orderingFromXml="true"
android:title="@string/preferences_catagory_live_bus_times" >
<CheckBoxPreference
- android:key="liveBusTimesEnabled"
+ android:key="uniLinkLiveBusTimesEnabled"
android:summaryOff="@string/preferences_uni_link_live_bus_times_disabled"
android:summaryOn="@string/preferences_uni_link_live_bus_times_enabled"
android:title="@string/preferences_uni_link_live_bus_times" />
@@ -28,7 +28,7 @@
android:orderingFromXml="true"
android:title="@string/preferences_catagory_data" >
<CheckBoxPreference
- android:key="NonUniLinkBusStop"
+ android:key="nonUniLinkBusStop"
android:summaryOff="@string/preferences_non_uni_link_disabled"
android:summaryOn="@string/preferences_non_uni_link_enabled"
android:title="@string/preferences_non_uni_link" />