mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Implementing gettext()
This commit is contained in:
parent
89f0ac4c42
commit
1409c8d1dd
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user