String extracted
This commit is contained in:
parent
a022caeb60
commit
a2ef971614
2 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
android:layout_marginLeft="@dimen/dialog_content_margin"
|
||||
android:layout_marginRight="16dp"
|
||||
android:layout_toLeftOf="@id/checkbox_wraper"
|
||||
android:text="OsmAnd app will start from map screen"
|
||||
android:text="@string/show_on_start_description"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
android:textSize="@dimen/default_sub_text_size"
|
||||
android:layout_alignParentLeft="true"
|
||||
|
|
|
@ -2028,4 +2028,5 @@ Afghanistan, Albania, Algeria, Andorra, Angola, Anguilla, Antigua and Barbuda, A
|
|||
<!-- TODO: Remove or change this placeholder text -->
|
||||
<string name="hello_blank_fragment">Hello blank fragment</string>
|
||||
<string name="application_dir_description">Choose where you want to save map files.</string>
|
||||
<string name="show_on_start_description">OsmAnd app will start from map screen</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue