diff --git a/plugins/editors-xtd/image/image.php b/plugins/editors-xtd/image/image.php index 50d524464300c..80fc0e5c0aaff 100644 --- a/plugins/editors-xtd/image/image.php +++ b/plugins/editors-xtd/image/image.php @@ -58,7 +58,7 @@ public function onDisplay($name, $asset, $author) $button->class = 'btn'; $button->link = $link; $button->text = JText::_('PLG_IMAGE_BUTTON_IMAGE'); - $button->name = 'picture'; + $button->name = 'pictures'; $button->options = "{handler: 'iframe', size: {x: 800, y: 500}}"; return $button;