소스 검색

minor - fixed lang variable name

Cristian Fasanando 15 년 전
부모
커밋
5671ee6248
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);                                                                                
                         }