Skip to content

Commit

Permalink
Fix typo in icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpr0 committed Sep 30, 2024
1 parent 4a433a6 commit 8b9b068
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsmAnd/src/net/osmand/plus/profiles/ProfileIcons.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum ProfileIcons {
AIRCRAFT(R.drawable.ic_action_aircraft, R.string.app_mode_aircraft, "ic_action_aircraft"),
HELICOPTER(R.drawable.ic_action_helicopter, R.string.app_mode_helicopter, "ic_action_helicopter"),
PARAGLIDING(R.drawable.ic_action_paragliding, R.string.app_mode_paragliding, "ic_action_paragliding"),
HANG_GLIDING(R.drawable.ic_aciton_hang_gliding, R.string.app_mode_hang_gliding, "ic_aciton_hang_gliding"),
HANG_GLIDING(R.drawable.ic_action_hang_gliding, R.string.app_mode_hang_gliding, "ic_action_hang_gliding"),
TRANSPORTER(R.drawable.ic_action_personal_transporter, R.string.app_mode_personal_transporter, "ic_action_personal_transporter"),
MONOWHEEL(R.drawable.ic_action_monowheel, R.string.app_mode_monowheel, "ic_action_monowheel"),
SCOOTER(R.drawable.ic_action_scooter, R.string.app_mode_scooter, "ic_action_scooter"),
Expand Down

0 comments on commit 8b9b068

Please sign in to comment.