summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-09-01 06:56:20 +0300
committerAndrew Dolgov <[email protected]>2021-09-01 06:56:57 +0300
commitdb3fcd22d6bf9bcc96958d91f94ec0c392807b86 (patch)
tree74442b07d6dfd3699c654f4d6d82e0f68c954fb5
parent7499d01abdf9e0584686bb99146de588a0402a8f (diff)
update prepare_widths tooltip
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index 11ffd6f..95e2405 100644
--- a/init.php
+++ b/init.php
@@ -513,7 +513,7 @@ class Api_Resize_Media extends Plugin {
<input dojoType='dijit.form.ValidationTextBox'
regexp='[0-9, ]*'
placeholder='810, 900, 1200'
- title="<?= $this->__("This is a global setting.") ?>"
+ title="<?= $this->__("This is a global setting. Enabling this can significantly increase local media cache size.") ?>"
name='prepare_widths' value="<?= $prepare_widths ?>">
&nbsp;
<?= $this->__('(comma-separated list, disabled if empty)') ?>