summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-09-26 02:42:25 -0400
committerScott Ullrich <sullrich@gmail.com>2011-09-26 02:42:25 -0400
commit68e14a6bbcaad573b6c9b61acbfd14248957b774 (patch)
tree0d772192cf43a98d1a85eb16027e8cb5a5150582 /usr/local/www/system_firmware.php
parent09b964a29aae97efbffce2883ae452007378c5b1 (diff)
downloadpfsense-68e14a6bbcaad573b6c9b61acbfd14248957b774.zip
pfsense-68e14a6bbcaad573b6c9b61acbfd14248957b774.tar.gz
Simplify message
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 036e27f..0317ed2 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -257,9 +257,7 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
<?php if (!is_subsystem_dirty('firmware')): ?>
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Enable firmware upload");?>">
<br/>
- <?php printf(gettext('Click "Enable firmware '.
- 'upload", then choose the image file (%s) '.
- 'to be uploaded.'),$g['firmware_update_text']);?>
+ <?php printf(gettext('Click "Enable firmware upload" to begin.'),$g['firmware_update_text']);?>
<br/>
<?php else: ?>
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Disable firmware upload");?>">
OpenPOWER on IntegriCloud