summaryrefslogtreecommitdiffstats
path: root/etc/inc/service-utils.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-11-25 11:55:17 -0500
committerjim-p <jimp@pfsense.org>2014-11-25 11:55:17 -0500
commit6c101e32eca5ee8cedf4366ead4d003bb56a9da7 (patch)
tree5d7b4ec1c658cb05fdd5c50c0b8451cadb58ada1 /etc/inc/service-utils.inc
parent4bbc32b93433a551325b1e0d58f356da943f7032 (diff)
downloadpfsense-6c101e32eca5ee8cedf4366ead4d003bb56a9da7.zip
pfsense-6c101e32eca5ee8cedf4366ead4d003bb56a9da7.tar.gz
s/Unbound DNS Forwarder/Unbound DNS Resolver/ to be consistent with other wording in the GUI
Diffstat (limited to 'etc/inc/service-utils.inc')
-rw-r--r--etc/inc/service-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/service-utils.inc b/etc/inc/service-utils.inc
index ba49e7c..a78446e 100644
--- a/etc/inc/service-utils.inc
+++ b/etc/inc/service-utils.inc
@@ -250,7 +250,7 @@ function get_services() {
if (isset($config['unbound']['enable'])) {
$pconfig = array();
$pconfig['name'] = "unbound";
- $pconfig['description'] = gettext("Unbound DNS Forwarder");
+ $pconfig['description'] = gettext("Unbound DNS Resolver");
$services[] = $pconfig;
}
OpenPOWER on IntegriCloud