summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-29 14:18:44 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-29 14:18:44 -0300
commit4d473c89f7e48103b188531006a1149755a7ea94 (patch)
treec06c371051eabcf6d35f7c5a0f33716ea85363bc /usr/local/www/system_firmware.php
parent9a1e70dfc3da5f65ed3bfabef95a4cd96b926640 (diff)
downloadpfsense-4d473c89f7e48103b188531006a1149755a7ea94.zip
pfsense-4d473c89f7e48103b188531006a1149755a7ea94.tar.gz
Fixing gettext() on multiline strings
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 cfd6fb0..8acd25e 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -247,9 +247,9 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
<td width="22%" valign="baseline" class="vncell">&nbsp;</td>
<td width="78%" class="vtable">
<p>
- <?php printf(gettext('Click "Enable firmware
- upload" below, then choose the image file (%s)
- to be uploaded.'),$g['firmware_update_text']);?>
+ <?php printf(gettext('Click "Enable firmware '.
+ 'upload" below, then choose the image file (%s) '.
+ 'to be uploaded.'),$g['firmware_update_text']);?>
<br>
<?=gettext('Click "Upgrade firmware" to start the upgrade process.');?>
</p>
OpenPOWER on IntegriCloud