fix comment

This commit is contained in:
sonora 2013-06-28 12:36:44 +02:00
parent d39e3e2df3
commit 047f7dc52e

View file

@ -3,7 +3,7 @@ package net.osmand.plus;
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),
CAR(R.string.app_mode_car),