summaryrefslogtreecommitdiffstats
path: root/etc/inc/priv.defs.inc
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-12-02 17:44:19 -0200
committerVinicius Coque <vinicius.coque@bluepex.com>2010-12-02 17:44:19 -0200
commit8c06f62fffc22a94f1f82c4cd299ec6d38889c17 (patch)
treeec337e213807ce2049baa6161d49b1299199c25f /etc/inc/priv.defs.inc
parent54dd88ba6fd5f2229402fad1ba4e9f181af26f0e (diff)
downloadpfsense-8c06f62fffc22a94f1f82c4cd299ec6d38889c17.zip
pfsense-8c06f62fffc22a94f1f82c4cd299ec6d38889c17.tar.gz
Fix gettext in priv.defs.inc
Diffstat (limited to 'etc/inc/priv.defs.inc')
-rw-r--r--etc/inc/priv.defs.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/priv.defs.inc b/etc/inc/priv.defs.inc
index 0699ce8..f16603f 100644
--- a/etc/inc/priv.defs.inc
+++ b/etc/inc/priv.defs.inc
@@ -361,8 +361,8 @@ $priv_list['page-xmlrpcinterfacestats']['match'] = array();
$priv_list['page-xmlrpcinterfacestats']['match'][] = "ifstats.php*";
$priv_list['page-system-login/logout'] = array();
-$priv_list['page-system-login/logout']['name'] = gettext(""WebCfg - System: Login / Logout page / Dashboard");
-$priv_list['page-system-login/logout']['descr'] = gettext(""Allow access to the 'System: Login / Logout' page and Dashboard.");
+$priv_list['page-system-login/logout']['name'] = gettext("WebCfg - System: Login / Logout page / Dashboard");
+$priv_list['page-system-login/logout']['descr'] = gettext("Allow access to the 'System: Login / Logout' page and Dashboard.");
$priv_list['page-system-login/logout']['match'] = array();
$priv_list['page-system-login/logout']['match'][] = "index.php*";
OpenPOWER on IntegriCloud