summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-11 14:11:26 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-11 14:11:26 -0300
commit381af6598090277c49cfb0b5cb90102e317577f7 (patch)
tree63315d12344746c0208e2e732355849c9b523577 /usr/local/www/pkg_mgr_install.php
parent45a06eeb096c8c7ccbfbb31a98002f63f5b5620c (diff)
downloadpfsense-381af6598090277c49cfb0b5cb90102e317577f7.zip
pfsense-381af6598090277c49cfb0b5cb90102e317577f7.tar.gz
Small gettext() fixes
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index e82440c..9117837 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -167,7 +167,7 @@ switch($_GET['mode']) {
update_status($_GET['pkg'] . " " . gettext("installation completed."));
update_output_window($status);
} else {
- update_output_window(gettext("Could not find") . " " . $_GET['pkg'] . ".");
+ update_output_window(sprintf(gettext("Could not find %s."), $_GET['pkg']);
}
break;
case "reinstallall":
OpenPOWER on IntegriCloud