Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit dcfa139

Browse files
author
Michael Grauer
committed
BUG: refs #0282. English fixes.
1 parent e4e41b1 commit dcfa139

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

core/public/js/admin/admin.index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
var element = $(this).attr('element');
2626
var html = '';
27-
html += 'Do you really want to remove the assetstore? All the items located in it will be delete. (Can take a wihle)';
27+
html += 'Do you really want to remove the assetstore? All the items located in it will be deleted. (Can take a while)';
2828
html += '<br/>';
2929
html += '<br/>';
3030
html += '<input style="margin-left:140px;" class="globalButton deleteAssetstoreYes" element="'+element+'" type="button" value="'+json.global.Yes+'"/>';

core/views/admin/index.phtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.c
6767
<label for='smartoptimizer'>CSS and Javascript optimizer</label>
6868
{$this->configForm['smartoptimizer']}
6969
</div>
70-
<div qtip='If you enable this feature, MIDAS will show to the users how to use the system.' class='installSmartoptimizer'>
70+
<div qtip='If you enable this feature, MIDAS will show the users how to use the system.' class='installSmartoptimizer'>
7171
<label for='dynamichelp'>Dynamic Help</label>
7272
{$this->configForm['dynamichelp']}
7373
</div>
@@ -89,11 +89,11 @@ $this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.c
8989
<b><span class='assetstoreName'>{$assetstore->getName()}</span></b> ";
9090
if($assetstore->default)
9191
{
92-
echo "(<span qtip='If set as default, the uploaded files will be store is this assetstore.' class='defaultAssetstore' element='{$assetstore->getKey()}'>default assetstore</span>)";
92+
echo "(<span qtip='If set as default, the uploaded files will be stored in this assetstore.' class='defaultAssetstore' element='{$assetstore->getKey()}'>default assetstore</span>)";
9393
}
9494
else
9595
{
96-
echo "(<a qtip='If set as default, the uploaded files will be store is this assetstore.' class='defaultAssetstoreLink' element='{$assetstore->getKey()}'>set as default</a>)";
96+
echo "(<a qtip='If set as default, the uploaded files will be stored in this assetstore.' class='defaultAssetstoreLink' element='{$assetstore->getKey()}'>set as default</a>)";
9797
}
9898
echo "<br/>";
9999
if($assetstore->totalSpaceText==false)
@@ -205,7 +205,7 @@ $this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.c
205205
{
206206
echo "
207207
<td style='width:300px;'>
208-
Not available with you database type
208+
Not available with your database type
209209
</td>";
210210
}
211211
elseif(!$module->dependenciesExist)

0 commit comments

Comments
 (0)