Fix string name

This commit is contained in:
xmd5a 2019-06-20 14:14:03 +03:00
parent dca473c967
commit fd0c061cbf
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
<net.osmand.plus.widgets.TextViewEx <net.osmand.plus.widgets.TextViewEx
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/colleted_data" android:text="@string/collected_data"
android:textColor="?android:textColorPrimary" android:textColor="?android:textColorPrimary"
android:textSize="@dimen/default_list_text_size" android:textSize="@dimen/default_list_text_size"
osmand:typeface="@string/font_roboto_medium" /> osmand:typeface="@string/font_roboto_medium" />

View file

@ -23,7 +23,7 @@
<string name="choose_data_to_share">Choose what type of data you want to share:</string> <string name="choose_data_to_share">Choose what type of data you want to share:</string>
<string name="downloaded_maps">Downloaded Maps</string> <string name="downloaded_maps">Downloaded Maps</string>
<string name="visited_screens">Visited screens</string> <string name="visited_screens">Visited screens</string>
<string name="colleted_data">Colleted Data</string> <string name="collected_data">Collected Data</string>
<string name="collected_data_descr">List of data you want to share with OsmAnd.</string> <string name="collected_data_descr">List of data you want to share with OsmAnd.</string>
<string name="downloaded_maps_collect_descr">We collect this data to understand the maps of which regions and countries are the most popular.</string> <string name="downloaded_maps_collect_descr">We collect this data to understand the maps of which regions and countries are the most popular.</string>
<string name="visited_screens_collect_descr">We collect this data to understand the most popular features of OsmAnd.</string> <string name="visited_screens_collect_descr">We collect this data to understand the most popular features of OsmAnd.</string>