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, : null,
highlight: self.options.highlight, highlight: self.options.highlight,
items: self.annotations, items: self.annotations,
placeholder: 'No ' + self.options.title + ( placeholder: 'No ' + self.options.title.toLowerCase() + (
self.options.range == 'position' ? ' at Current Position' self.options.range == 'position' ? ' at current position'
: self.options.range == 'selection' ? ' in Current Selection' : self.options.range == 'selection' ? ' in current selection'
: '' : ''
), ),
selected: self.options.selected, selected: self.options.selected,