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:
authorАлександр Зацепин <az@mapswithme.com>2018-04-13 13:31:27 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-04-16 11:55:04 +0300
commit7a5df99da973ad3adedf448a44b94a9a0aa061a9 (patch)
tree73e66434f6c291386fa10e8ff714565afc6a86bc /android/res
parent628b0ce5d675ffdb6d26bfac71ecab2f03c217c9 (diff)
[android] Fixed hardcoded strings for social authentication dialog
Diffstat (limited to 'android/res')
-rw-r--r--android/res/layout/fragment_auth_passport_dialog.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/res/layout/fragment_auth_passport_dialog.xml b/android/res/layout/fragment_auth_passport_dialog.xml
index 516831ebf2..a74fd34840 100644
--- a/android/res/layout/fragment_auth_passport_dialog.xml
+++ b/android/res/layout/fragment_auth_passport_dialog.xml
@@ -14,13 +14,13 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/MwmTextAppearance.Headline"
- android:text="Sign in with social"/>
+ android:text="@string/profile_authorization_title"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_half_plus_eight"
android:textAppearance="@style/MwmTextAppearance.Body3"
- android:text="Easy sign in without login and password in a couple of seconds."
+ android:text="@string/profile_authorization_message"
/>
<com.facebook.login.widget.LoginButton
xmlns:fb="http://schemas.android.com/apk/res-auto"