Ignore:
Timestamp:
2013/01/25 18:15:58 (14 years ago)
Author:
kim
Message:

メッセージIDをを置き換え
"SC_CheckError_001"
"tpl_001"
"tpl_736"
"tpl_799"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/SC_CheckError.php

    r22338 r22382  
    7171        $html_diff_tag_list = implode(', ', $arrDiffTag); 
    7272 
    73         $this->arrErr[$value[1]] = t('SC_CheckError_001', array('T_FIELD' => $value[0], 'T_TAG' => $html_diff_tag_list)); 
     73        $this->arrErr[$value[1]] = t('C_T_TAG contains the tag T_FIELD which is not allowed_01', array('T_FIELD' => $value[0], 'T_TAG' => $html_diff_tag_list)); 
    7474    } 
    7575 
Note: See TracChangeset for help on using the changeset viewer.