diff --git a/core/public/js/admin/admin.index.js b/core/public/js/admin/admin.index.js index 784479d39..baef0e259 100644 --- a/core/public/js/admin/admin.index.js +++ b/core/public/js/admin/admin.index.js @@ -24,7 +24,7 @@ { var element = $(this).attr('element'); var html = ''; - html += 'Do you really want to remove the assetstore? All the items located in it will be delete. (Can take a wihle)'; + html += 'Do you really want to remove the assetstore? All the items located in it will be deleted. (Can take a while)'; html += '
'; html += '
'; html += ''; diff --git a/core/views/admin/index.phtml b/core/views/admin/index.phtml index af5499520..82bb434b3 100644 --- a/core/views/admin/index.phtml +++ b/core/views/admin/index.phtml @@ -67,7 +67,7 @@ $this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.c {$this->configForm['smartoptimizer']} -
+
{$this->configForm['dynamichelp']}
@@ -89,11 +89,11 @@ $this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.c {$assetstore->getName()} "; if($assetstore->default) { - echo "(default assetstore)"; + echo "(default assetstore)"; } else { - echo "(set as default)"; + echo "(set as default)"; } echo "
"; if($assetstore->totalSpaceText==false) @@ -205,7 +205,7 @@ $this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.c { echo " - Not available with you database type + Not available with your database type "; } elseif(!$module->dependenciesExist)