From 30ff3fd2bdee797176fd1bc1e8760d99f0fcda24 Mon Sep 17 00:00:00 2001 From: TLWebdesign Date: Tue, 4 May 2021 23:36:19 +0200 Subject: [PATCH] Update b_Structure.php --- admin/helpers/compiler/b_Structure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/helpers/compiler/b_Structure.php b/admin/helpers/compiler/b_Structure.php index 97b5cfc53..ca890ab61 100644 --- a/admin/helpers/compiler/b_Structure.php +++ b/admin/helpers/compiler/b_Structure.php @@ -2099,12 +2099,12 @@ class Structure extends Get // set message that this was done (will still add a tutorial link later) $this->app->enqueueMessage( JText::_( - '

Dynamic folders were detected.

' + '

Dynamic folder(s) were detected.

' ), 'Notice' ); $this->app->enqueueMessage( JText::sprintf( - 'A method (setDynamicF0ld3rs) was added to the install script.php 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 script.php of this package to insure that the folder(s) are copied into the correct place when this component is installed!' ), 'Notice' ); }