forked from organicmaps/organicmaps
[android] fix: Correct strings used.
This commit is contained in:
parent
98f701cdec
commit
c847bea4e8
2 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue