Fix translations
This commit is contained in:
parent
271f0a07d0
commit
1ea0f79376
2 changed files with 6 additions and 6 deletions
|
@ -41,14 +41,14 @@
|
|||
<net.osmand.plus.widgets.ButtonEx
|
||||
android:id="@+id/useDashboardButton"
|
||||
style="@style/DashboardGeneralButton"
|
||||
android:text="@string/use_dashboard"
|
||||
android:text="@string/use_dashboard_btn"
|
||||
osmand:textAllCapsCompat="true"
|
||||
osmand:typeface="@string/font_roboto_medium"/>
|
||||
|
||||
<net.osmand.plus.widgets.ButtonEx
|
||||
android:id="@+id/useDrawerButton"
|
||||
style="@style/DashboardGeneralButton"
|
||||
android:text="@string/use_drawer"
|
||||
android:text="@string/use_drawer_btn"
|
||||
osmand:textAllCapsCompat="true"
|
||||
osmand:typeface="@string/font_roboto_medium"/>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -2087,9 +2087,9 @@ Afghanistan, Albania, Algeria, Andorra, Angola, Anguilla, Antigua and Barbuda, A
|
|||
<string name="map_legend">Map legend</string>
|
||||
<string name="save_poi_without_poi_type_message">Do you really want to save poi without POI type?</string>
|
||||
<string name="poi_context_menu_modify_osm_change">Modify OSM change</string>
|
||||
<string name="use_dashboard">Use dashboard</string>
|
||||
<string name="use_drawer">Use drawer</string>
|
||||
<string name="dashboard_or_drawer_title">New menu</string>
|
||||
<string name="dashboard_or_drawer_description">You can choose what to use, Dashboard or Drawer menu. You can change this later in settings.</string>
|
||||
<string name="use_dashboard_btn">Keep current setup</string>
|
||||
<string name="use_drawer_btn">Show map on start</string>
|
||||
<string name="dashboard_or_drawer_title">New start options</string>
|
||||
<string name="dashboard_or_drawer_description">You can choose what is preferrable way to start with application: map or dashboard. You can change this later in the settings.</string>
|
||||
<!-- string name="map_legend_item_description">Legend for OsmAnd default map style, Internet connectivity needed to display</string -->
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue