summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2012-02-23 12:23:07 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2012-02-23 12:23:07 -0700
commit0b84b20037281f431dca248700d2b74b0c29d0f5 (patch)
tree723822f4d19cd746f59f46b024e01bfbdf01e32d /usr/local/www/system_advanced_admin.php
parente34a7abbb6a83cbfdc1657039b679ee176e3c009 (diff)
downloadpfsense-0b84b20037281f431dca248700d2b74b0c29d0f5.zip
pfsense-0b84b20037281f431dca248700d2b74b0c29d0f5.tar.gz
Change case of "NOTE" for consistency with other pages and fix a misspelling.
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index c726979..a83ddee 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -292,7 +292,7 @@ function prot_change() {
<div class="tabcont">
<span class="vexpl">
<span class="red">
- <strong><?=gettext("Note:"); ?>&nbsp</strong>
+ <strong><?=gettext("NOTE:"); ?>&nbsp</strong>
</span>
<?=gettext("The options on this page are intended for use by advanced users only."); ?>
<br/>
@@ -401,7 +401,7 @@ function prot_change() {
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Startup/Showtdown Sound"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Startup/Shutdown Sound"); ?></td>
<td width="78%" class="vtable">
<input name="disablebeep" type="checkbox" id="disablebeep" value="yes" <?php if ($pconfig['disablebeep']) echo "checked"; ?> />
<strong><?=gettext("Disable the startup/shutdown beep"); ?></strong>
OpenPOWER on IntegriCloud