forked from joomla/Component-Builder
Update b_Structure.php
This commit is contained in:
parent
28c404f4cd
commit
30ff3fd2bd
@ -2099,12 +2099,12 @@ class Structure extends Get
|
|||||||
// set message that this was done (will still add a tutorial link later)
|
// set message that this was done (will still add a tutorial link later)
|
||||||
$this->app->enqueueMessage(
|
$this->app->enqueueMessage(
|
||||||
JText::_(
|
JText::_(
|
||||||
'<hr /><h3>Dynamic folders were detected.</h3>'
|
'<hr /><h3>Dynamic folder(s) were detected.</h3>'
|
||||||
), 'Notice'
|
), 'Notice'
|
||||||
);
|
);
|
||||||
$this->app->enqueueMessage(
|
$this->app->enqueueMessage(
|
||||||
JText::sprintf(
|
JText::sprintf(
|
||||||
'A method (setDynamicF0ld3rs) was added to the install <b>script.php</b> of this package to insure that the folders are copied into the correct place when this component is installed!'
|
'A method (setDynamicF0ld3rs) was added to the install <b>script.php</b> of this package to insure that the folder(s) are copied into the correct place when this component is installed!'
|
||||||
), 'Notice'
|
), 'Notice'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user