From 2fce008f0b591b4169e1985600f4d2a78f02e6fa Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 2 Mar 2013 14:28:27 +0530 Subject: [PATCH] Ox.Calendar: change wording in menu --- source/Ox.UI/js/Calendar/Calendar.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,