summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-07-13 07:26:43 -0400
committerChris Buechler <cmb@pfsense.org>2011-07-13 07:26:43 -0400
commit0b07c7636f583ad39d9ea31ea7fc322554607496 (patch)
tree67d02d0d05473559472a6f1a83414ebbae3bf398 /etc/inc/pkg-utils.inc
parenta213ad18911f400b64c37481c16d4c152c13acc6 (diff)
downloadpfsense-0b07c7636f583ad39d9ea31ea7fc322554607496.zip
pfsense-0b07c7636f583ad39d9ea31ea7fc322554607496.tar.gz
fix missing "
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 2f47f3c..6891eab 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -547,7 +547,7 @@ function install_package($package, $pkg_info = "") {
update_status($static_output);
/* fetch the package's configuration file */
if($pkg_info['config_file'] != "") {
- $static_output .= "\n" . gettext(Downloading package configuration file... ");
+ $static_output .= "\n" . gettext("Downloading package configuration file... ");
update_output_window($static_output);
pkg_debug(gettext("Downloading package configuration file...") . "\n");
$fetchto = substr(strrchr($pkg_info['config_file'], '/'), 1);
OpenPOWER on IntegriCloud