Ox.Calendar: change wording in menu
This commit is contained in:
parent
4b0a55b43a
commit
2fce008f0b
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue