change dialog title

This commit is contained in:
rlx 2016-01-18 11:46:21 +05:30
parent 99af6a00b9
commit 4474ebb209
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ oml.ui.userDialog = function() {
height: 408, height: 408,
keys: {escape: 'done'}, keys: {escape: 'done'},
removeOnClose: true, removeOnClose: true,
title: Ox._('User'), title: 'Open Media Library',
width: 768 width: 768
}) })
.bindEvent({ .bindEvent({