summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-28 15:12:47 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-28 15:12:47 -0300
commit1409c8d1dd36fbac8d64c7c3ddf0507c2db53bd5 (patch)
tree50770bd11952003bbaad051b1b3d37a77f09a15c /usr/local/www/system_firmware_auto.php
parent89f0ac4c429a7f091be5a258c8c10cda3fa2707c (diff)
downloadpfsense-1409c8d1dd36fbac8d64c7c3ddf0507c2db53bd5.zip
pfsense-1409c8d1dd36fbac8d64c7c3ddf0507c2db53bd5.tar.gz
Implementing gettext()
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-rwxr-xr-xusr/local/www/system_firmware_auto.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index 5f2ed4f..49c6aa9 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -146,7 +146,7 @@ if(!$latest_version) {
$status = download_file_with_progress_bar("{$updater_url}/latest.tgz", "{$g['upload_path']}/latest.tgz", "read_body_firmware");
$status = download_file_with_progress_bar("{$updater_url}/latest.tgz.sha256", "{$g['upload_path']}/latest.tgz.sha256");
conf_mount_ro();
- update_output_window("{$g['product_name']} download complete.");
+ update_output_window("{$g['product_name']} " . gettext("download complete.");
} else {
update_output_window(gettext("You are on the latest version."));
require("fend.inc");
OpenPOWER on IntegriCloud