Rename save

This commit is contained in:
PavelRatushny 2017-08-11 18:58:06 +03:00
parent 92a6e7932b
commit c13baca903
2 changed files with 1 additions and 2 deletions

View file

@ -82,7 +82,7 @@
android:layout_toEndOf="@id/save_as_new_segment_icon"
android:layout_toRightOf="@id/save_as_new_segment_icon"
android:maxLines="1"
android:text="@string/save_as_new_segment"
android:text="@string/shared_string_save"
android:textAppearance="@style/TextAppearance.ListItemTitle"/>
</RelativeLayout>

View file

@ -2679,7 +2679,6 @@
<string name="empty_state_favourites_desc">Add favorites on map or import them from filesystem</string>
<string name="import_track">Import track</string>
<string name="import_track_desc">File %1$s does not contain waypoints, import it as a track?</string>
<string name="save_as_new_segment">Save as new segment</string>
<string name="move_point">Move Point</string>
<string name="add_segment_to_the_track">Add to a track</string>
</resources>