Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-06-20 18:41:09 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-24 16:01:48 +0300
commitf13516cae4b5ecbee383588df88ea78a546084dd (patch)
treefb1a73a96b3c9a920536f4d20c2e87caaf8408af /android
parent6dbfb6ae2169b7f7a8ddb99a9c78dbe73e193faa (diff)
Changed string usages in layout.xml
Diffstat (limited to 'android')
-rw-r--r--android/res/layout/fragment_auth_editor.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/fragment_auth_editor.xml b/android/res/layout/fragment_auth_editor.xml
index 4f4bbbace9..b67fbd9fd9 100644
--- a/android/res/layout/fragment_auth_editor.xml
+++ b/android/res/layout/fragment_auth_editor.xml
@@ -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