summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-29 14:32:30 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-29 14:32:30 -0300
commit0e94685b3afa5ebec229976889d1e9030b3189d7 (patch)
treefc49c4236b652d8c8b493ddfe6032e706e728358 /usr/local/www/system_firmware.php
parent4d473c89f7e48103b188531006a1149755a7ea94 (diff)
downloadpfsense-0e94685b3afa5ebec229976889d1e9030b3189d7.zip
pfsense-0e94685b3afa5ebec229976889d1e9030b3189d7.tar.gz
Fix gettext issues
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 8acd25e..58c1caa 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -297,9 +297,9 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
<tr>
<td width="22%" valign="top">&nbsp;</td>
<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>
+ </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>
</table>
</div>
</tr>
OpenPOWER on IntegriCloud