Added 'Select' text to constants

This commit is contained in:
Alexey Kulish 2016-01-16 09:37:23 +03:00
parent f7ab4456e7
commit ac8f5b0b5c
2 changed files with 2 additions and 1 deletions

View file

@ -54,7 +54,7 @@
android:gravity="center_vertical"
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:text="Select"
android:text="@string/shared_string_select"
android:textSize="@dimen/default_list_text_size"/>
</LinearLayout>

View file

@ -9,6 +9,7 @@
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
-->
<string name="shared_string_select">Select</string>
<string name="switch_start_finish">Reverse starting point &amp; destination</string>
<string name="rendering_attr_hideIcons_name">Hide POI icons</string>
<string name="item_deleted">Item deleted</string>