From 1409c8d1dd36fbac8d64c7c3ddf0507c2db53bd5 Mon Sep 17 00:00:00 2001 From: Vinicius Coque Date: Wed, 28 Apr 2010 15:12:47 -0300 Subject: Implementing gettext() --- usr/local/www/system_firmware_auto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') 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"); -- cgit v1.1