Issue 794: slight correction to prototype

This commit is contained in:
sonora 2012-01-03 14:05:01 +01:00
parent 3c319d754f
commit 0291f6ced5
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<string name="index_settings">OFFLINE DATA</string>
<string name="index_settings_descr">Download and manage offline maps and other data like GPX tracks</string>
<string name="settings_preset">APPLICATION MODE</string>
<string name="settings_preset_descr">Select a use profile. (Each profile\'s settings can be customized below. Only General settings, Background service and map sources are global settings.)</string>
<string name="settings_preset_descr">Select a use profile. (Each profile\'s settings can be customized below. Only General settings, Background service and map sources are GLOBAL settings.)</string>
<string name="rendering_settings">Map configuration</string>
<string name="rendering_settings_descr">Configure maps and map sources</string>
<string name="appearance_settings">Map appearance</string>

View file

@ -2,12 +2,12 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ListPreference android:summary="@string/settings_preset_descr" android:title="@string/settings_preset" android:key="application_mode"></ListPreference>
<Preference android:title="@string/index_settings" android:key="local_indexes" android:summary="@string/index_settings_descr"></Preference>
<ListPreference android:summary="@string/settings_preset_descr" android:title="@string/settings_preset" android:key="application_mode"></ListPreference>
<PreferenceScreen android:key="map_settings" android:title="@string/rendering_settings" android:summary="@string/rendering_settings_descr">
<PreferenceCategory android:title="@string/pref_raster_map">
<ListPreference android:title="@string/map_tile_source" android:summary="@string/map_tile_source_descr" android:key="map_tile_sources"></ListPreference>