summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-30 10:01:34 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-30 10:02:10 -0300
commitf49a012cf870a048a18df9f4bf0943c3d820c5b4 (patch)
treef446d394917ba144d022f1aa94bbe28a0cab1edf /usr/local/www/system_advanced_network.php
parent5b1dcebf9c97aa208c8fcd84959d4c65dc7a36a8 (diff)
downloadpfsense-f49a012cf870a048a18df9f4bf0943c3d820c5b4.zip
pfsense-f49a012cf870a048a18df9f4bf0943c3d820c5b4.tar.gz
gettext fixes
Diffstat (limited to 'usr/local/www/system_advanced_network.php')
-rw-r--r--usr/local/www/system_advanced_network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index 90f6c07..d744a47 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -224,7 +224,7 @@ function enable_change(enable_over) {
<td width="78%" class="vtable">
<input name="polling_enable" type="checkbox" id="polling_enable" value="yes" <?php if ($pconfig['polling_enable']) echo "checked"; ?>>
<strong><?=gettext("Enable device polling"); ?></strong><br>
- <?printf(gettext("Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webConfigurator, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended. Not all NICs support polling; see the %s homepage for a list of supported cards."), $g['product_name']); ?>
+ <?php printf(gettext("Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webConfigurator, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended. Not all NICs support polling; see the %s homepage for a list of supported cards."), $g['product_name']); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud