From de60c533264f404bea83d5d868f53627a6207004 Mon Sep 17 00:00:00 2001 From: Roman Romanov Date: Thu, 13 Apr 2017 08:40:53 +0400 Subject: [PATCH] [android] Use string resources --- android/res/layout/fragment_updater.xml | 2 +- .../maps/downloader/UpdaterDialogFragment.java | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/res/layout/fragment_updater.xml b/android/res/layout/fragment_updater.xml index fe03701a93..22a42164fa 100644 --- a/android/res/layout/fragment_updater.xml +++ b/android/res/layout/fragment_updater.xml @@ -41,7 +41,7 @@ android:textAppearance="@style/MwmTextAppearance.Body1.Secondary" android:layout_gravity="center_horizontal" android:gravity="center_horizontal" - android:text="Update maps supports information about objects in the current state"/> + android:text="@string/update_maps_notice"/>