forked from organicmaps/organicmaps
Changed string usages in layout.xml
This commit is contained in:
parent
6dbfb6ae21
commit
f13516cae4
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:text="@string/editor_rating_verified_changes"
|
||||
android:text="@string/editor_profile_changes"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body1.Light"
|
||||
android:textStyle="bold"/>
|
||||
|
||||
|
@ -242,7 +242,7 @@
|
|||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/editor_rating_your_place"
|
||||
android:text="@string/editor_profile_rating_place"
|
||||
android:textAppearance="@style/MwmTextAppearance.Body3"/>
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Add table
Reference in a new issue