diff --git a/source/Ox.UI/js/Calendar/Calendar.js b/source/Ox.UI/js/Calendar/Calendar.js index 4d6a3fe7..860913b4 100644 --- a/source/Ox.UI/js/Calendar/Calendar.js +++ b/source/Ox.UI/js/Calendar/Calendar.js @@ -334,10 +334,10 @@ Ox.Calendar = function(options, self) { self.$menu = Ox.Select({ items: [ - {id: 'date', title: 'Dates'}, - {id: 'place', title: 'Places'}, - {id: 'person', title: 'People'}, - {id: 'other', title: 'Other'} + {id: 'date', title: 'Show Dates'}, + {id: 'place', title: 'Show Places'}, + {id: 'person', title: 'Show People'}, + {id: 'other', title: 'Show Other'} ], max: -1, min: 1,