more string unification

This commit is contained in:
sonora 2017-01-08 20:10:40 +01:00
parent a62b03f2f1
commit 10991f6abe
2 changed files with 2 additions and 3 deletions

View file

@ -26,7 +26,7 @@
android:layout_gravity="center" android:layout_gravity="center"
android:layout_weight="1" android:layout_weight="1"
android:padding="16dp" android:padding="16dp"
android:text="@string/quick_action_add_poi_dialog" android:text="@string/quick_action_interim_dialog"
android:textColor="?android:textColorPrimary" android:textColor="?android:textColorPrimary"
android:textSize="@dimen/default_list_text_size"/> android:textSize="@dimen/default_list_text_size"/>

View file

@ -2487,7 +2487,6 @@ If you need help with OsmAnd application, please contact our support team: suppo
<string name="quick_actions_delete_text">Are you sure you want to delete the action \"%s\"?</string> <string name="quick_actions_delete_text">Are you sure you want to delete the action \"%s\"?</string>
<string name="quick_favorites_show_favorites_dialog">Show favorites dialog</string> <string name="quick_favorites_show_favorites_dialog">Show favorites dialog</string>
<string name="quick_favorites_name_preset">Name preset</string> <string name="quick_favorites_name_preset">Name preset</string>
<!-- string name="quick_favorites_name_descr">Leave the field blank and OsmAnd will use the address or place name</string -->
<string name="quick_action_add_marker_descr">Tapping the action button will add a marker to the specified location.</string> <string name="quick_action_add_marker_descr">Tapping the action button will add a marker to the specified location.</string>
<string name="quick_action_add_gpx_descr">Tapping the action button will add a GPX waypiont to the specified location.</string> <string name="quick_action_add_gpx_descr">Tapping the action button will add a GPX waypiont to the specified location.</string>
<string name="quick_action_take_audio_note_descr">Tapping the action button will add an audio note to the specified location.</string> <string name="quick_action_take_audio_note_descr">Tapping the action button will add an audio note to the specified location.</string>
@ -2499,7 +2498,7 @@ If you need help with OsmAnd application, please contact our support team: suppo
<string name="quick_action_add_parking_descr">Tapping the action button will add a parking place to the specified location.</string> <string name="quick_action_add_parking_descr">Tapping the action button will add a parking place to the specified location.</string>
<!-- string name="quick_action_favorite_dialog">Show the favorite dialog</string --> <!-- string name="quick_action_favorite_dialog">Show the favorite dialog</string -->
<string name="quick_action_interim_dialog">Show an interim dialog</string> <string name="quick_action_interim_dialog">Show an interim dialog</string>
<string name="quick_action_add_poi_dialog">Show the add POI dialog</string> <!-- string name="quick_action_add_poi_dialog">Show the add POI dialog</string -->
<!-- string name="quick_action_gpx_dialog">Show the GPX waypoint dialog</string --> <!-- string name="quick_action_gpx_dialog">Show the GPX waypoint dialog</string -->
<string name="favorite_autofill_toast_text">" is saved to "</string> <string name="favorite_autofill_toast_text">" is saved to "</string>
<string name="favorite_empty_place_name">Place</string> <string name="favorite_empty_place_name">Place</string>