Revision 00d01f78
Added by Renato Botelho about 15 years ago
usr/local/www/system_firmware_check.php | ||
---|---|---|
128 | 128 |
if(isset($curcfg['alturl']['enable'])) |
129 | 129 |
$static_text .= gettext("Could not contact custom update server.") . "\\n"; |
130 | 130 |
else |
131 |
$static_text .= sprintf(gettext("Could not contact '%s' update server '%s'\\n"), $g['product_name'], $updater_url);
|
|
131 |
$static_text .= sprintf(gettext("Could not contact %s update server %s%s"), $g['product_name'], $updater_url, "\\n");
|
|
132 | 132 |
} else { |
133 | 133 |
$static_text .= gettext("Obtaining current version information..."); |
134 | 134 |
update_output_window($static_text); |
Also available in: Unified diff
Separate string and '\n' to make it easier to translators