瀏覽代碼

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);                                                                                
                         }