From 317b433a5c9d31c4ecb0e823c3990c43fbd095d3 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 8 Mar 2013 16:44:11 +0530 Subject: [PATCH] change capitalization --- source/Ox.UI/js/Video/AnnotationFolder.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/js/Video/AnnotationFolder.js b/source/Ox.UI/js/Video/AnnotationFolder.js index b5dc4719..a74b7432 100644 --- a/source/Ox.UI/js/Video/AnnotationFolder.js +++ b/source/Ox.UI/js/Video/AnnotationFolder.js @@ -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,