shared_string_show_on_map (5)
This commit is contained in:
parent
8a92a91f65
commit
2ad4ba073c
3 changed files with 2 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/visible_element" />
|
||||
android:text="@string/shared_string_show_on_map" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/Visibility"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/visible_element" />
|
||||
android:text="@string/shared_string_show_on_map" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/Visibility"
|
||||
|
|
|
@ -395,7 +395,6 @@
|
|||
<string name="gpx_split_interval">Split interval</string>
|
||||
<string name="sort_by_distance">Sort by distance</string>
|
||||
<string name="sort_by_name">Sort by name</string>
|
||||
<string name="visible_element">Show on map</string>
|
||||
<string name="show_zoom_buttons_navigation_descr">Show zoom buttons during navigation</string>
|
||||
<string name="show_zoom_buttons_navigation">Show zoom buttons</string>
|
||||
<string name="save_as_favorites_points">Save as group of favorites</string>
|
||||
|
|
Loading…
Reference in a new issue