[android] fix: Correct strings used.

This commit is contained in:
Alexander Marchuk 2016-04-29 18:07:56 +03:00 committed by Alex Zolotarev
parent 98f701cdec
commit c847bea4e8
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
android:layout_marginTop="@dimen/margin_base_plus"
android:layout_marginLeft="@dimen/margin_base"
android:layout_marginRight="@dimen/margin_base"
android:text="Update maps!"
android:text="@string/whatsnew_update_editor_message_update"
android:textAppearance="@style/MwmTextAppearance.Body1"
android:layout_gravity="center_horizontal"
android:gravity="center_horizontal"/>

View file

@ -181,7 +181,7 @@ public class MigrationFragment extends BaseMwmFragment
switch (code)
{
case CountryItem.ERROR_OOM:
text = R.string.downloader_no_space_title;
text = R.string.migration_no_space_message;
break;
case CountryItem.ERROR_NO_INTERNET: