diff options
author | Chris Buechler <cmb@pfsense.org> | 2011-07-13 07:26:43 -0400 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2011-07-13 07:26:43 -0400 |
commit | 0b07c7636f583ad39d9ea31ea7fc322554607496 (patch) | |
tree | 67d02d0d05473559472a6f1a83414ebbae3bf398 | |
parent | a213ad18911f400b64c37481c16d4c152c13acc6 (diff) | |
download | pfsense-0b07c7636f583ad39d9ea31ea7fc322554607496.zip pfsense-0b07c7636f583ad39d9ea31ea7fc322554607496.tar.gz |
fix missing "
-rw-r--r-- | etc/inc/pkg-utils.inc | 2 |
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); |