summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-12 21:29:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-12 21:29:47 +0000
commit11d46d11ba00d218128bf2d3554f8e4ffe4e81ec (patch)
tree1e3e388b841d0e2f6ae0d355469532f4224c6aac
parent3b3549309b81df80c101a9fdbd971dd8336ce78f (diff)
downloadpfsense-11d46d11ba00d218128bf2d3554f8e4ffe4e81ec.zip
pfsense-11d46d11ba00d218128bf2d3554f8e4ffe4e81ec.tar.gz
A -> An
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index f2c7f86..3a23bb5 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -41,7 +41,7 @@ if(file_exists($d_firmwarelock_path)) {
include("fbegin.inc");
echo "<p class=\"pgtitle\"><?=$pgtitle?></p>\n";
echo "<div>\n";
- print_info_box("A upgrade is currently in progress.<p>The firewall will reboot when the operation is complete.<p><center><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>");
+ print_info_box("An upgrade is currently in progress.<p>The firewall will reboot when the operation is complete.<p><center><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>");
echo "</div>\n";
include("fend.inc");
echo "</body>";
OpenPOWER on IntegriCloud