Added 'Select' text to constants
This commit is contained in:
parent
f7ab4456e7
commit
ac8f5b0b5c
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
|
@ -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 & destination</string>
|
||||
<string name="rendering_attr_hideIcons_name">Hide POI icons</string>
|
||||
<string name="item_deleted">Item deleted</string>
|
||||
|
|
Loading…
Reference in a new issue