Ignore:
Timestamp:
2013/01/27 17:24:49 (11 years ago)
Author:
h_yoshimoto
Message:

#2060 IDの振り直し(SC_Helper_Address,SC_Helper_Transform_,LC_Page_Admin_Home,LC_Page_Admin_Index)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/admin/LC_Page_Admin_Index.php

    r22100 r22420  
    130130            // ログインチェック 
    131131            if (!$this->lfIsLoginMember($arrForm['login_id'], $arrForm['password'])) { 
    132                 $arrErr['password'] = t('LC_Page_Admin_Index_001'); 
     132                $arrErr['password'] = t('c_You cannot log in._01'); 
    133133                $this->lfSetIncorrectData($arrForm['login_id']); 
    134134            } 
Note: See TracChangeset for help on using the changeset viewer.