install/includes/stages/install.php
changeset 656 24de7d08b7ea
parent 626 be0e904eec17
child 685 17ebe24cdf85
--- a/install/includes/stages/install.php	Tue Jul 22 17:03:53 2008 -0500
+++ b/install/includes/stages/install.php	Tue Jul 22 17:04:18 2008 -0500
@@ -49,7 +49,7 @@
     </p>
     <p>
       <!-- FIXME: l10n -->
-      <input type="submit" name="_cont" value="Go back" />
+      <input type="submit" name="_cont" value="<?php echo $lang->get('database_btn_go_back'); ?>" />
     </p>
   </form>
   <?php
@@ -80,7 +80,6 @@
   return true;
 }
 
-// FIXME: l10n
 start_install_table();
 
 run_installer_stage('load', $lang->get('install_stg_load_title'), 'stg_load_files', $lang->get('install_stg_load_body'), false);