Rename menu item; remove unnecessary string
This commit is contained in:
parent
74572b3772
commit
1ba54c3ba1
2 changed files with 1 additions and 2 deletions
|
@ -165,7 +165,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:maxLines="1"
|
||||
android:text="@string/build_route"
|
||||
android:text="@string/plan_route"
|
||||
android:textAppearance="@style/TextAppearance.ListItemTitle"/>
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
<!-- string name="widget">Widget</string if needed should be shared_string_widget -->
|
||||
<!-- string name="top_bar">Top bar</string use shared_string_topbar -->
|
||||
<string name="move_all_to_history">Move all to history</string>
|
||||
<string name="build_route">Build route</string>
|
||||
<string name="show_direction">Distance indication</string>
|
||||
<string name="sort_by">Sort by</string>
|
||||
<string name="do_not_use_animations">Do not use animations</string>
|
||||
|
|
Loading…
Reference in a new issue