summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-12 10:32:15 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-12 10:32:15 -0300
commit16457bdd941835415e7b7f1e5440d8e2b72ed6f9 (patch)
treeb34d3ac316a3b3805d7e27d07661e2f76b3d31fb /usr/local/www/services_dyndns_edit.php
parent82a1d978a99981bf80694bd3a8adfaa0ae7512f7 (diff)
downloadpfsense-16457bdd941835415e7b7f1e5440d8e2b72ed6f9.zip
pfsense-16457bdd941835415e7b7f1e5440d8e2b72ed6f9.tar.gz
gettext fixes
Diffstat (limited to 'usr/local/www/services_dyndns_edit.php')
-rw-r--r--usr/local/www/services_dyndns_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dyndns_edit.php b/usr/local/www/services_dyndns_edit.php
index bf3c207..24c0267 100644
--- a/usr/local/www/services_dyndns_edit.php
+++ b/usr/local/www/services_dyndns_edit.php
@@ -180,7 +180,7 @@ include("head.inc");
<input name="host" type="text" class="formfld unknown" id="host" size="30" value="<?=htmlspecialchars($pconfig['host']);?>">
<br>
<span class="vexpl">
- <span class="red"><strong><?=gettext("Note");?>:<br></strong>
+ <span class="red"><strong><?=gettext("Note:");?><br></strong>
</span>
<?=gettext("Enter the complete host/domain name. example: myhost.dyndns.org");?>
</span>
@@ -232,7 +232,7 @@ include("head.inc");
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
- <td width="78%"><span class="vexpl"><span class="red"><strong><?=gettext("Note");?>:<br>
+ <td width="78%"><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br>
</strong></span><?php printf(gettext("You must configure a DNS server in %sSystem:
General setup%s or allow the DNS server list to be overridden
by DHCP/PPP on WAN for dynamic DNS updates to work."),'<a href="system.php">','</a>');?></span></td>
OpenPOWER on IntegriCloud