change capitalization
This commit is contained in:
parent
8e91501104
commit
317b433a5c
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue