Browse Source

minor - fixed lang variable name

Cristian Fasanando 15 years ago
parent
commit
5671ee6248
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/install/index.php

+ 1 - 1
main/install/index.php

@@ -412,7 +412,7 @@ if ($encryptPassForm == '1') {
                             } else if (datos == '1') {
                             	message = "<?php echo get_lang('ContactInformationHasBeenSent') ?>";
                             } else {
-                            	message = "<?php echo get_lang('Error').': '.get_lang('ContactInformationHasNoteenSent') ?>";
+                            	message = "<?php echo get_lang('Error').': '.get_lang('ContactInformationHasNotBeenSent') ?>";
                             }
                             alert(message);                                                                                
                         }