Implementing gettext()

This commit is contained in:
Vinicius Coque 2010-04-28 15:12:47 -03:00
parent 89f0ac4c42
commit 1409c8d1dd

View File

@ -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");