diff options
author | thomascube <thomas@roundcube.net> | 2012-02-25 15:52:08 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-25 15:52:08 +0000 |
commit | 71e9efb152c07838574f731e184a323236b51358 (patch) | |
tree | 9114d1e97dfad4a3667ebdeab2c9aa77632ed6a2 /skins/larry/ui.js | |
parent | 14a3f2813acf25c07e1ee861b564f826fe83fe20 (diff) |
Add titles to error and photo upload popups (#1488354)
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | skins/larry/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 86c1b0cdb..759bfabe1 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -251,7 +251,7 @@ function rcube_mail_ui() resizable: false, closeOnEscape: true, dialogClass: 'popupmessage ' + p.type, - title: null, + title: env.errortitle, close: function() { me.messagedialog.dialog('destroy').hide(); }, |