summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/pfsense-utils.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-03 09:12:05 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-03 09:12:05 +0545
commit314a088a804ed893319c72ba070bc5b23df55fcd (patch)
treea2a30da2e891b96c70f20942c9ffa62e2df041bb /src/etc/inc/pfsense-utils.inc
parent5ea71ebda681dbab323ccdb44ab3bfdea7c0f5d6 (diff)
downloadpfsense-314a088a804ed893319c72ba070bc5b23df55fcd.zip
pfsense-314a088a804ed893319c72ba070bc5b23df55fcd.tar.gz
Remove unneeded sprint and gettext in setHelp
Diffstat (limited to 'src/etc/inc/pfsense-utils.inc')
-rw-r--r--src/etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/pfsense-utils.inc b/src/etc/inc/pfsense-utils.inc
index 306b8c0..77f9bb0 100644
--- a/src/etc/inc/pfsense-utils.inc
+++ b/src/etc/inc/pfsense-utils.inc
@@ -190,7 +190,7 @@ function gen_webguicss_field(&$section, $value) {
'Theme',
$value,
$csslist
- ))->setHelp(sprintf(gettext('Choose an alternative css file (if installed) to change the appearance of the webConfigurator. css files are located in /usr/local/www/css/%s'), '<span id="csstxt"></span>'));
+ ))->setHelp('Choose an alternative css file (if installed) to change the appearance of the webConfigurator. css files are located in /usr/local/www/css/%s', '<span id="csstxt"></span>');
}
/****f* pfsense-utils/gen_webguifixedmenu_field
OpenPOWER on IntegriCloud