summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/priv.defs.inc
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 15:08:11 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 15:08:11 -0600
commit0f2981384f9d31c809a8a304eeb7170a86e91974 (patch)
tree4c257919c3c42e2f2fb796467653453eb573411e /src/etc/inc/priv.defs.inc
parent448280c3be738304463cd2ae52c28238051f69da (diff)
downloadpfsense-0f2981384f9d31c809a8a304eeb7170a86e91974.zip
pfsense-0f2981384f9d31c809a8a304eeb7170a86e91974.tar.gz
Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with breadcrumb separator.
Diffstat (limited to 'src/etc/inc/priv.defs.inc')
-rw-r--r--src/etc/inc/priv.defs.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/priv.defs.inc b/src/etc/inc/priv.defs.inc
index 133ce6f..9adaa06 100644
--- a/src/etc/inc/priv.defs.inc
+++ b/src/etc/inc/priv.defs.inc
@@ -44,8 +44,8 @@ $priv_list['page-diagnostics-authentication']['match'] = array();
$priv_list['page-diagnostics-authentication']['match'][] = "diag_authentication.php*";
$priv_list['page-diagnostics-backup-restore'] = array();
-$priv_list['page-diagnostics-backup-restore']['name'] = gettext("WebCfg - Diagnostics: Backup/restore");
-$priv_list['page-diagnostics-backup-restore']['descr'] = gettext("Allow access to the 'Diagnostics: Backup/restore' page.");
+$priv_list['page-diagnostics-backup-restore']['name'] = htmlspecialchars(gettext("WebCfg - Diagnostics: Backup & Restore"));
+$priv_list['page-diagnostics-backup-restore']['descr'] = htmlspecialchars(gettext("Allow access to the 'Diagnostics: Backup & Restore' page."));
$priv_list['page-diagnostics-backup-restore']['match'] = array();
$priv_list['page-diagnostics-backup-restore']['match'][] = "diag_backup.php*";
OpenPOWER on IntegriCloud