summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-08-14 15:37:36 -0400
committerChris Buechler <cmb@pfsense.org>2010-08-14 15:37:36 -0400
commit4f3147bcc1252bbff6437ad880a98a4583291d62 (patch)
treef9ec6132e26f13f5536e8ffbcbd503fd5183068e /usr
parent9bca7494804c759f76357ed4613485d46a10d204 (diff)
downloadpfsense-4f3147bcc1252bbff6437ad880a98a4583291d62.zip
pfsense-4f3147bcc1252bbff6437ad880a98a4583291d62.tar.gz
fix text
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/interfaces_ppps_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_ppps_edit.php b/usr/local/www/interfaces_ppps_edit.php
index aadaed0..099bdf6 100644
--- a/usr/local/www/interfaces_ppps_edit.php
+++ b/usr/local/www/interfaces_ppps_edit.php
@@ -558,7 +558,7 @@ $types = array("select" => gettext("Select"), "ppp" => "PPP", "pppoe" => "PPPoE"
<td width="78%" class="vtable">
<input type="text" size="40" class="formfld unknown" id="initstr" name="initstr" value="<?=htmlspecialchars($pconfig['initstr']);?>">
<br/><span class="vexpl"><?= gettext("Note: Enter the modem initialization string here. Do NOT include the \"AT\"" .
- "string at the beginning of the command. Many modern USB 3G modems don't need an initialization string."); ?></span>
+ " string at the beginning of the command. Many modern USB 3G modems don't need an initialization string."); ?></span>
</td>
</tr>
<tr style="display:none" id="advanced_<?=$k;?>" name="advanced_<?=$k;$k++;?>">
OpenPOWER on IntegriCloud