Merge pull request #4159 from osmandapp/change_inapp_name

Fix name
This commit is contained in:
vshcherb 2017-07-21 10:58:06 +02:00 committed by GitHub
commit fd5c77249f
2 changed files with 2 additions and 2 deletions

View file

@ -31,5 +31,5 @@
<string name="default_changeset_delete">Delete</string>
<string name="default_changeset_reopen">Reopen</string>
<string name="items_modified">items modified</string>
<string name="osmand_unlimited">OsmAnd Unlimited</string>
</resources>

View file

@ -118,7 +118,7 @@
android:id="@+id/fullVersionTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="OsmAnd+"
android:text="@string/osmand_unlimited"
android:textSize="@dimen/default_list_text_size_large"
android:textStyle="bold"/>