summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.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_advanced_misc.php
parent9a1e70dfc3da5f65ed3bfabef95a4cd96b926640 (diff)
downloadpfsense-4d473c89f7e48103b188531006a1149755a7ea94.zip
pfsense-4d473c89f7e48103b188531006a1149755a7ea94.tar.gz
Fixing gettext() on multiline strings
Diffstat (limited to 'usr/local/www/system_advanced_misc.php')
-rw-r--r--usr/local/www/system_advanced_misc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index df1683c..ae17972 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -243,8 +243,8 @@ include("head.inc");
<td width="78%" class="vtable">
<input name="schedule_states" type="checkbox" id="schedule_states" value="yes" <?php if ($pconfig['schedule_states']) echo "checked"; ?> />
<br />
- <?=gettext("By default schedules clear the states of existing connections when expiry time has come.
- This option allows to override this setting by not clearing states for existing connections."); ?>
+ <?=gettext("By default schedules clear the states of existing connections when expiry time has come. ".
+ "This option allows to override this setting by not clearing states for existing connections."); ?>
</td>
</tr>
<tr>
@@ -271,8 +271,8 @@ include("head.inc");
<?php endforeach; ?>
</select>
<br/>
- <?=gettext("Puts the hard disk into standby mode when the selected amount of time after the last
- access has elapsed."); ?> <em><?=gettext("Do not set this for CF cards."); ?></em>
+ <?=gettext("Puts the hard disk into standby mode when the selected amount of time after the last ".
+ "access has elapsed."); ?> <em><?=gettext("Do not set this for CF cards."); ?></em>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud