From e46b5683227e3dd8de7ce4a1e193e26720a95b2a Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 15 Feb 2012 21:28:03 +0000 Subject: [PATCH] update formatting in video editor --- source/Ox.UI/js/Video/Ox.AnnotationFolder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js index cd0c139a..817c2707 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js @@ -226,7 +226,7 @@ Ox.AnnotationFolder = function(options, self) { separator: ';', sort: self.sort, submitOnBlur: false, - tooltipText: self.options.showInfo ? '{user}, {modified}' : '', + tooltipText: self.options.showInfo ? '{user}, {date}' : '', width: self.options.width, maxHeight: self.options.type == 'text' ? Infinity : void 0, type: self.options.type == 'text' ? 'textarea' : 'input'