summaryrefslogtreecommitdiffstats
path: root/etc/inc/service-utils.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-03-23 20:19:26 +0545
committerPhil Davis <phil.davis@inf.org>2015-03-23 20:19:26 +0545
commita3fb1412d204ebd6da8b081d57a4c241d7ef71fa (patch)
tree1d8bbcc75c15c4034b72314c4fb6bd3833ac10db /etc/inc/service-utils.inc
parenta6299fd7c760a30d1c2341cc793c0d7ba48ce498 (diff)
downloadpfsense-a3fb1412d204ebd6da8b081d57a4c241d7ef71fa.zip
pfsense-a3fb1412d204ebd6da8b081d57a4c241d7ef71fa.tar.gz
Be consistent about Unbound service descriptive name
Forum: https://forum.pfsense.org/index.php?topic=91075.0 For DNS Forwarder (dnsmasq) 1) dnsmasq is the name of the service 2) DNS Forwarder is the text description Make Unbound consistent with that, so that menu names and services status display and... work in the same way: 1) unbound is the name of the service 2) DNS Resolver is the text description
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 8323924..b5e9675 100644
--- a/etc/inc/service-utils.inc
+++ b/etc/inc/service-utils.inc
@@ -264,7 +264,7 @@ function get_services() {
if (isset($config['unbound']['enable'])) {
$pconfig = array();
$pconfig['name'] = "unbound";
- $pconfig['description'] = gettext("Unbound DNS Resolver");
+ $pconfig['description'] = gettext("DNS Resolver");
$services[] = $pconfig;
}
OpenPOWER on IntegriCloud