Ox.Calendar: change wording in menu

This commit is contained in:
rolux 2013-03-02 14:28:27 +05:30
parent 4b0a55b43a
commit 2fce008f0b

View file

@ -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,