Rename menu item; remove unnecessary string

This commit is contained in:
Alexander Sytnyk 2017-10-02 12:04:06 +03:00
parent 74572b3772
commit 1ba54c3ba1
2 changed files with 1 additions and 2 deletions

View file

@ -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>

View file

@ -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>