See if strings file can be referenced

This commit is contained in:
sonora 2015-01-07 18:30:43 +01:00
parent 50c2eb50e4
commit 47292ac986
2 changed files with 2 additions and 2 deletions

View file

@ -37,5 +37,5 @@
</string>
<string name="app_edition"></string>
<string name="preferred_locale_no_translate">Display language</string>
<string name="system_default_no_translate">Device language</string>
<string name="system_locale_no_translate">Device language</string>
</resources>

View file

@ -4,7 +4,7 @@
<ListPreference android:key="rotate_map" android:title="@string/rotate_map_to_bearing" android:summary="@string/rotate_map_to_bearing_descr"></ListPreference>
<ListPreference android:key="map_screen_orientation" android:title="@string/map_screen_orientation" android:summary="@string/map_screen_orientation_descr"></ListPreference>
<PreferenceCategory android:title="@string/localization_pref_title" android:key="localization">
<ListPreference android:key="preferred_locale" android:title="@string/preferred_locale"&" ("&"@string/system_default_no_translate"&")" android:summary="@string/preferred_locale_descr"></ListPreference>
<ListPreference android:key="preferred_locale" android:title="@string/preferred_locale"&" ("&"@string/system_default"&")" android:summary="@string/preferred_locale_descr"></ListPreference>
<ListPreference android:key="default_driving_region" android:title="@string/driving_region" android:summary="@string/driving_region_descr"></ListPreference>
<ListPreference android:key="default_metric_system" android:title="@string/unit_of_length" android:summary="@string/unit_of_length_descr"></ListPreference>