localize more strings

This commit is contained in:
sonora 2017-01-08 19:13:06 +01:00
parent b91b5406fe
commit 1ac86058f4
3 changed files with 5 additions and 4 deletions

View file

@ -92,7 +92,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp"
android:text="@string/shared_string_name"
android:text="@string/shared_string_action_name"
android:textColor="?android:textColorSecondary"
android:textSize="@dimen/default_sub_text_size"/>
@ -107,7 +107,7 @@
android:inputType="text"
android:textColor="?android:textColorPrimary"
android:textColorHint="?android:textColorSecondary"
tools:text="Name"/>
tools:text="@string/shared_string_name"/>
</LinearLayout>

View file

@ -92,7 +92,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp"
android:text="@string/shared_string_name"
android:text="@string/shared_string_action_name"
android:textColor="?android:textColorSecondary"
android:textSize="@dimen/default_sub_text_size"/>
@ -107,7 +107,7 @@
android:inputType="text"
android:textColor="?android:textColorPrimary"
android:textColorHint="?android:textColorSecondary"
tools:text="Name"/>
tools:text="@string/shared_string_name"/>
</LinearLayout>

View file

@ -2543,4 +2543,5 @@ If you need help with OsmAnd application, please contact our support team: suppo
<string name="quick_action_map_source_switch">The map source has been changed to \"%s\".</string>
<string name="quick_action_btn_tutorial_title">Change button position</string>
<string name="quick_action_btn_tutorial_descr">Long tap and drag the button to change its position on the screeen</string>
<string name="shared_string_action_name">Action name</string>
</resources>