summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-03-23 20:19:26 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-03-23 11:50:43 -0300
commite0f5f6f48713ee4278bf884bae62438fd6d4483e (patch)
treeca8b8b6a4784c5d49960fa8a12f9a85f411a508c /etc
parent78317c256239c69bd13f0351d6f4a5a83049338d (diff)
downloadpfsense-e0f5f6f48713ee4278bf884bae62438fd6d4483e.zip
pfsense-e0f5f6f48713ee4278bf884bae62438fd6d4483e.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')
-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 a78446e..e18c4bd 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 Resolver");
+ $pconfig['description'] = gettext("DNS Resolver");
$services[] = $pconfig;
}
OpenPOWER on IntegriCloud