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

@ -60,7 +60,7 @@ if (!empty($_POST['ok'])) {
$aliases = implode(",",$aliases_arr); $aliases = implode(",",$aliases_arr);
$aliases = escapeshellarg($aliases); $aliases = escapeshellarg($aliases);
// Define proxy extentions // Define proxy extensions
$v_proxy_ext = $_POST['v_proxy_ext']; $v_proxy_ext = $_POST['v_proxy_ext'];
$proxy_ext = preg_replace("/\n/", ",", $v_proxy_ext); $proxy_ext = preg_replace("/\n/", ",", $v_proxy_ext);
$proxy_ext = preg_replace("/\r/", ",", $proxy_ext); $proxy_ext = preg_replace("/\r/", ",", $proxy_ext);

View file

@ -222,7 +222,7 @@ if (!empty($_POST['save'])) {
$restart_proxy = 'yes'; $restart_proxy = 'yes';
} }
// Change proxy template / Update extention list // Change proxy template / Update extension list
if ((!empty($_SESSION['PROXY_SYSTEM'])) && (!empty($v_proxy)) && (!empty($_POST['v_proxy'])) && (empty($_SESSION['error_msg']))) { if ((!empty($_SESSION['PROXY_SYSTEM'])) && (!empty($v_proxy)) && (!empty($_POST['v_proxy'])) && (empty($_SESSION['error_msg']))) {
$ext = preg_replace("/\n/", " ", $_POST['v_proxy_ext']); $ext = preg_replace("/\n/", " ", $_POST['v_proxy_ext']);
$ext = preg_replace("/,/", " ", $ext); $ext = preg_replace("/,/", " ", $ext);

View file

@ -72,7 +72,7 @@
</tr> </tr>
<tr> <tr>
<td class="vst-text input-label"> <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> </td>
</tr> </tr>
<tr> <tr>

View file

@ -153,7 +153,7 @@
<table style="display:<?php if ($v_proxy == 'off') { echo 'none';} else {echo 'block';}?>;" id="proxytable" > <table style="display:<?php if ($v_proxy == 'off') { echo 'none';} else {echo 'block';}?>;" id="proxytable" >
<tr> <tr>
<td class="vst-text input-label step-left"> <td class="vst-text input-label step-left">
<?php print __('Proxy Extentions');?> <?php print __('Proxy Extensions');?>
</td> </td>
</tr> </tr>
<tr> <tr>

View file

@ -91,7 +91,7 @@
</td> </td>
<td> <td>
<div class="l-unit__stat-cols clearfix"> <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 class="l-unit__stat-col l-unit__stat-col--right"><b><?=$sys['sysinfo']['LOADAVERAGE']?></b></div>
</div> </div>
</td> </td>