Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-03-08 13:48:21 +0300
committerAleksander Machniak <alec@alec.pl>2020-03-08 13:48:21 +0300
commita7482145955d1d400a5c07a91bee15b8f90ae6e7 (patch)
tree2130cbcb1ab147c033c3d1b5be395ef6db952e15 /program/include/rcmail.php
parente5247e855ef08a986d854cd4cf71df9b4f780069 (diff)
Fix so button label in Select image/media dialogs is "Close" not "Cancel" (#7246)
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php
index a20ae8ad7..d3121b3ce 100644
--- a/program/include/rcmail.php
+++ b/program/include/rcmail.php
@@ -2127,7 +2127,7 @@ class rcmail extends rcube
}
}
- $this->output->add_label('selectimage', 'addimage', 'selectmedia', 'addmedia');
+ $this->output->add_label('selectimage', 'addimage', 'selectmedia', 'addmedia', 'close');
$this->output->set_env('editor_config', $config);
if ($path = $this->config->get('media_browser_css_location', 'program/resources/tinymce/browser.css')) {