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({
|
self.$menu = Ox.Select({
|
||||||
items: [
|
items: [
|
||||||
{id: 'date', title: 'Dates'},
|
{id: 'date', title: 'Show Dates'},
|
||||||
{id: 'place', title: 'Places'},
|
{id: 'place', title: 'Show Places'},
|
||||||
{id: 'person', title: 'People'},
|
{id: 'person', title: 'Show People'},
|
||||||
{id: 'other', title: 'Other'}
|
{id: 'other', title: 'Show Other'}
|
||||||
],
|
],
|
||||||
max: -1,
|
max: -1,
|
||||||
min: 1,
|
min: 1,
|
||||||
|
|
Loading…
Reference in a new issue