diff --git a/index.php b/index.php index 903bfa0..6e3936d 100755 --- a/index.php +++ b/index.php @@ -790,7 +790,12 @@ $eventos= " error: function() { $('#script-warning').show(); } - }, + }, + buttonText: { + listMonth: 'Agenda', + listYear: 'Año', + listDay: 'List Day' + }, loading: function(bool) { $('#loading').toggle(bool); }