summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_check.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-27 17:26:59 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-27 17:26:59 -0300
commit79eaddf45816c3417074e8b703c2d7b7477c6185 (patch)
tree6e350c66af2028e18d22e87adaebe551866e9f49 /usr/local/www/system_firmware_check.php
parent198afa092d20a856add9eb6414ea69ac825e8640 (diff)
downloadpfsense-79eaddf45816c3417074e8b703c2d7b7477c6185.zip
pfsense-79eaddf45816c3417074e8b703c2d7b7477c6185.tar.gz
Fix : for translations
Diffstat (limited to 'usr/local/www/system_firmware_check.php')
-rwxr-xr-xusr/local/www/system_firmware_check.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index 6361ecd..9eabe26 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -154,10 +154,10 @@ if ($needs_system_upgrade == false) {
echo "\n<script>$('invokeupgrade').style.visibility = 'visible';</script>";
$txt = gettext("A new version is now available") . "\\n\\n";
-$txt .= gettext("Current version:") . $current_installed_version . "\\n";
-$txt .= " " . gettext("Built On:") ." ". $current_installed_buildtime . "\\n";
-$txt .= " " . gettext("New version:") ." ". $remote_version . "\\n\\n";
-$txt .= " " . gettext("Update source:") ." ". $updater_url . "\\n";
+$txt .= gettext("Current version") .": ". $current_installed_version . "\\n";
+$txt .= " " . gettext("Built On") .": ". $current_installed_buildtime . "\\n";
+$txt .= " " . gettext("New version") .": ". $remote_version . "\\n\\n";
+$txt .= " " . gettext("Update source") .": ". $updater_url . "\\n";
update_output_window($txt);
?>
</form>
OpenPOWER on IntegriCloud