diff --git a/source/Ox.UI/js/Form/FileButton.js b/source/Ox.UI/js/Form/FileButton.js index b59ab7da..7136a2f3 100644 --- a/source/Ox.UI/js/Form/FileButton.js +++ b/source/Ox.UI/js/Form/FileButton.js @@ -88,7 +88,7 @@ Ox.FileButton = function(options, self) { return $('') .attr( Ox.extend({ - title: self.multiple ? 'Add Files' : 'Select File', + title: self.options.title, type: 'file' }, self.multiple ? { multiple: true