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 51f176c..8aec00c 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -8,7 +8,7 @@
android:key="GPSEnabled"
android:summaryOff="@string/preferences_gps_disabled"
android:summaryOn="@string/preferences_gps_enabled"
- android:title="GPS" />
+ android:title="@string/preferences_gps" />
</PreferenceCategory>
<PreferenceCategory
android:orderingFromXml="true"
@@ -17,7 +17,7 @@
android:key="liveBusTimesEnabled"
android:summaryOff="@string/preferences_live_bus_times_disabled"
android:summaryOn="@string/preferences_live_bus_times_enabled"
- android:title="Live Bus Times" />
+ android:title="@string/preferences_live_bus_times" />
</PreferenceCategory>
</PreferenceScreen> \ No newline at end of file