summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_settings.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-04-14 20:05:33 -0700
committerPhil Davis <phil.davis@inf.org>2014-04-14 20:05:33 -0700
commit62e92cb3a4cf12c200b8a66dfe8bf82642fef2c7 (patch)
tree6d4c17436457f5508a86a7c8883184dd73b4976f /usr/local/www/diag_logs_settings.php
parent75106986cc78479a0a71681c402fb922ff837b55 (diff)
downloadpfsense-62e92cb3a4cf12c200b8a66dfe8bf82642fef2c7.zip
pfsense-62e92cb3a4cf12c200b8a66dfe8bf82642fef2c7.tar.gz
Fix bracket type in Log File Size text
Now I am the one with fat fingers (or brain). Somehow I typed a curly bracket opening bracket in this text, but finished it with an ordinary closing bracket.
Diffstat (limited to 'usr/local/www/diag_logs_settings.php')
-rw-r--r--usr/local/www/diag_logs_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_settings.php b/usr/local/www/diag_logs_settings.php
index eb935f8..729a871 100644
--- a/usr/local/www/diag_logs_settings.php
+++ b/usr/local/www/diag_logs_settings.php
@@ -292,7 +292,7 @@ function check_everything() {
<?=gettext("Hint: This is only the number of log entries displayed in the GUI. It does not affect how many entries are contained in the actual log files.") ?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vtable">Log File Size {Bytes)</td>
+ <td width="22%" valign="top" class="vtable">Log File Size (Bytes)</td>
<td width="78%" class="vtable">
<input name="logfilesize" id="logfilesize" type="text" class="formfld unknown" size="8" value="<?=htmlspecialchars($pconfig['logfilesize']);?>" /><br />
<?=gettext("Logs are held in constant-size circular log files. This field controls how large each log file is, and thus how many entries may exist inside the log By default this is approximately 500KB per log file, and there are nearly 20 such log files.") ?>
OpenPOWER on IntegriCloud