change capitalization

This commit is contained in:
rolux 2013-03-08 16:44:11 +05:30
parent 8e91501104
commit 317b433a5c

View file

@ -267,9 +267,9 @@ Ox.AnnotationFolder = function(options, self) {
: null,
highlight: self.options.highlight,
items: self.annotations,
placeholder: 'No ' + self.options.title + (
self.options.range == 'position' ? ' at Current Position'
: self.options.range == 'selection' ? ' in Current Selection'
placeholder: 'No ' + self.options.title.toLowerCase() + (
self.options.range == 'position' ? ' at current position'
: self.options.range == 'selection' ? ' in current selection'
: ''
),
selected: self.options.selected,