Fix string
This commit is contained in:
parent
f887f434a4
commit
51b2434f83
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue