- Timestamp:
- 2013/01/25 18:15:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/SC_CheckError.php
r22338 r22382 71 71 $html_diff_tag_list = implode(', ', $arrDiffTag); 72 72 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)); 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.
