Correct typo, replace 'LoadAverage' with 'Load Average'

This commit is contained in:
Flat 2016-07-03 16:15:52 +09:00
commit 869c54970e
5 changed files with 11 additions and 11 deletions

View file

@ -54,7 +54,7 @@
<table class="data-col2" width="600px">
<tr>
<td class="vst-text step-top">
<?php print __('Banlist') ?>
<?php print __('Banlist') ?>
</td>
</tr>
<tr>
@ -72,7 +72,7 @@
</tr>
<tr>
<td class="vst-text input-label">
<?php print __('IP address');?> <span class="optional">(<?php print __('CDIR format is supported');?>)</span>
<?=__('IP address')?> <span class="optional">(<?=__('CIDR format is supported')?>)</span>
</td>
</tr>
<tr>
@ -95,4 +95,4 @@
</tr>
</table>
</from>
</div>
</div>

View file

@ -142,7 +142,7 @@
<textarea size="20" class="vst-textinput" name="v_aliases" id="v_aliases" ><?php if (!empty($v_aliases)) echo htmlentities($v_aliases); ?></textarea>
</td>
</tr>
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?>
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?>
<tr>
<td class="vst-text step-top" >
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_proxy" <?php if ($v_proxy !== 'off') echo "checked=yes" ?> onclick="javascript:elementHideShow('proxytable');"> <?php print __('Proxy Support');?></label>
@ -153,7 +153,7 @@
<table style="display:<?php if ($v_proxy == 'off') { echo 'none';} else {echo 'block';}?>;" id="proxytable" >
<tr>
<td class="vst-text input-label step-left">
<?php print __('Proxy Extentions');?>
<?php print __('Proxy Extensions');?>
</td>
</tr>
<tr>
@ -164,7 +164,7 @@
</table>
</td>
</tr>
<?php echo ""; }?>
<?php echo ""; }?>
<tr>
<td class="step-top vst-text">
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_ssl" <?php if($v_ssl == 'yes' || $v_ssl == 'on') echo "checked=yes" ?> onclick="javascript:elementHideShow('ssltable');"> <?php print __('SSL Support');?></label> /
@ -242,7 +242,7 @@
}
echo ">" . htmlentities(__($value)) . "</option>\n";
}
?>
?>
</select>
</td>
</tr>

View file

@ -91,7 +91,7 @@
</td>
<td>
<div class="l-unit__stat-cols clearfix">
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('LoadAverage')?>:</div>
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Load Average')?>:</div>
<div class="l-unit__stat-col l-unit__stat-col--right"><b><?=$sys['sysinfo']['LOADAVERAGE']?></b></div>
</div>
</td>