summaryrefslogtreecommitdiffstats
path: root/jquery-ui-timepicker-addon.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2010-09-15 14:11:51 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2010-09-15 14:11:51 -0400
commitdb4a4a8b10556173f6aa527c47fb45411a294533 (patch)
tree8881de79f429bd3244a053c7d37a617c5ee8840e /jquery-ui-timepicker-addon.js
parent763bb27cf27ad76dde4e61eb3592597a3068d487 (diff)
downloadjQuery-Timepicker-Addon-db4a4a8b10556173f6aa527c47fb45411a294533.zip
jQuery-Timepicker-Addon-db4a4a8b10556173f6aa527c47fb45411a294533.tar.gz
jQuery-Timepicker-Addon-db4a4a8b10556173f6aa527c47fb45411a294533.tar.bz2
updated default localization
Diffstat (limited to 'jquery-ui-timepicker-addon.js')
-rwxr-xr-xjquery-ui-timepicker-addon.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js
index e7c246a..d6d90d7 100755
--- a/jquery-ui-timepicker-addon.js
+++ b/jquery-ui-timepicker-addon.js
@@ -22,7 +22,7 @@
this.regional[''] = { // Default regional settings
ampm: false,
timeFormat: 'hh:mm tt',
- timepickerTitle: 'Choose Time',
+ timeOnlyTitle: 'Choose Time',
timeText: 'Time',
hourText: 'Hour',
minuteText: 'Minute',
@@ -184,7 +184,7 @@
if (opts.timeOnly === true) {
$tp.prepend(
'<div class="ui-widget-header ui-helper-clearfix ui-corner-all">' +
- '<div class="ui-datepicker-title">'+ opts.timepickerTitle +'</div>' +
+ '<div class="ui-datepicker-title">'+ opts.timeOnlyTitle +'</div>' +
'</div>');
$dp.find('.ui-datepicker-header, .ui-datepicker-calendar, .ui-datepicker-current').hide();
}