fix comment
This commit is contained in:
parent
d39e3e2df3
commit
047f7dc52e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package net.osmand.plus;
|
||||||
|
|
||||||
public enum ApplicationMode {
|
public enum ApplicationMode {
|
||||||
/*
|
/*
|
||||||
* DEFAULT("Default"), CAR("Car"), BICYCLE("Bicycle"), PEDESTRIAN("Pedestrian");
|
* DEFAULT("Browse map"), CAR("Car"), BICYCLE("Bicycle"), PEDESTRIAN("Pedestrian");
|
||||||
*/
|
*/
|
||||||
DEFAULT(R.string.app_mode_default),
|
DEFAULT(R.string.app_mode_default),
|
||||||
CAR(R.string.app_mode_car),
|
CAR(R.string.app_mode_car),
|
||||||
|
|
Loading…
Reference in a new issue