Fix string

This commit is contained in:
PavelRatushny 2017-12-11 17:06:32 +02:00
parent f887f434a4
commit 51b2434f83

View file

@ -50,7 +50,7 @@ public class MapMarkerMenuController extends MenuController {
getMapActivity().getContextMenu().close();
}
};
rightTitleButtonController.caption = getMapActivity().getString(R.string.show_on_top_bar);
rightTitleButtonController.caption = getMapActivity().getString(R.string.make_active);
rightTitleButtonController.leftIcon = createShowOnTopbarIcon();
}