summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-27 17:26:59 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-27 17:26:59 -0300
commit79eaddf45816c3417074e8b703c2d7b7477c6185 (patch)
tree6e350c66af2028e18d22e87adaebe551866e9f49 /usr/local/www/system_firmware.php
parent198afa092d20a856add9eb6414ea69ac825e8640 (diff)
downloadpfsense-79eaddf45816c3417074e8b703c2d7b7477c6185.zip
pfsense-79eaddf45816c3417074e8b703c2d7b7477c6185.tar.gz
Fix : for translations
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index e60c1bd..cfd6fb0 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -271,7 +271,7 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
<?php
if(!file_exists("/boot/kernel/pfsense_kernel.txt")) {
if($g['platform'] == "pfSense") {
- echo gettext("Please select kernel type: ");
+ echo gettext("Please select kernel type") , ": ";
echo "<select name='kerneltype'>";
echo "<option value='SMP'>" . gettext("Multiprocessor kernel") . "</option>";
echo "<option value='single'>". gettext("Uniprocessor kernel") . "</option>";
@@ -296,7 +296,7 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
- <td width="78%"><span class="vexpl"><span class="red"><strong><?=gettext("Warning:");?><br>
+ <td width="78%"><span class="vexpl"><span class="red"><strong><?=gettext("Warning");?>:<br>
</strong></span><?=gettext("DO NOT abort the firmware upgrade once it
has started. The firewall will reboot automatically after
storing the new firmware. The configuration will be maintained.");?></span></td>
OpenPOWER on IntegriCloud