Issue 794: String enhancements ('en' only for prototype)
This commit is contained in:
parent
8b233a9679
commit
c442f721c6
2 changed files with 2 additions and 2 deletions
|
@ -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 profiles's Map, Tracking, and Navigation settings can be customized below.)</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>
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
<EditTextPreference android:title="@string/user_password" android:password="true" android:summary="@string/user_password_descr"
|
||||
android:key="user_password"></EditTextPreference>
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="OsmAnd development - Debugging and experimental features">
|
||||
<PreferenceCategory android:title="OsmAnd debugging and development">
|
||||
<CheckBoxPreference android:summary="@string/trace_rendering_descr" android:title="@string/trace_rendering"
|
||||
android:key="debug_rendering"></CheckBoxPreference>
|
||||
<CheckBoxPreference android:key="animate_routing" android:title="Animate routing" android:summary="Simulate route progression manually"></CheckBoxPreference>
|
||||
|
|
Loading…
Reference in a new issue