summaryrefslogtreecommitdiffstats
path: root/core/js/oc-dialogs.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/oc-dialogs.js')
-rw-r--r--core/js/oc-dialogs.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/js/oc-dialogs.js b/core/js/oc-dialogs.js
index c9aeaa0b336..c08b72bf183 100644
--- a/core/js/oc-dialogs.js
+++ b/core/js/oc-dialogs.js
@@ -235,7 +235,10 @@ var OCdialogs = {
dialog_name: dialogName,
title: title,
emptytext: emptyText,
- newtext: newText
+ newtext: newText,
+ nameCol: t('core', 'Name'),
+ sizeCol: t('core', 'Size'),
+ modifiedCol: t('core', 'Modified')
}).data('path', path).data('multiselect', multiselect).data('mimetype', mimetypeFilter);
if (modal === undefined) {