summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-27 12:21:28 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-27 12:21:28 +0545
commit4bfc3f7ddf5579f7177bae2b655f4518f40a4ad7 (patch)
tree0407df894232944a168eec721ad24e350ee120b4 /src/usr/local/www/services_rfc2136_edit.php
parentbc3e61c4950740128ef7d2200e6399ada2e0fae9 (diff)
downloadpfsense-4bfc3f7ddf5579f7177bae2b655f4518f40a4ad7.zip
pfsense-4bfc3f7ddf5579f7177bae2b655f4518f40a4ad7.tar.gz
More internationalization of servicescode
Diffstat (limited to 'src/usr/local/www/services_rfc2136_edit.php')
-rw-r--r--src/usr/local/www/services_rfc2136_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php
index 6456072..5b74e36 100644
--- a/src/usr/local/www/services_rfc2136_edit.php
+++ b/src/usr/local/www/services_rfc2136_edit.php
@@ -317,8 +317,8 @@ if (isset($id) && $a_rfc2136[$id]) {
$form->add($section);
print($form);
-print_info_box(sprintf('You must configure a DNS server in %sSystem: ' .
- 'General setup %sor allow the DNS server list to be overridden ' .
- 'by DHCP/PPP on WAN for dynamic DNS updates to work.','<a href="system.php">', '</a>'));
+print_info_box(sprintf(gettext('You must configure a DNS server in %1$sSystem: ' .
+ 'General setup %2$sor allow the DNS server list to be overridden ' .
+ 'by DHCP/PPP on WAN for dynamic DNS updates to work.'), '<a href="system.php">', '</a>'));
include("foot.inc");
OpenPOWER on IntegriCloud