Ignore:
Timestamp:
2013/02/04 18:12:18 (11 years ago)
Author:
m_uehara
Message:

#2084 メッセージIDの振り直し

File:
1 edited

Legend:

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

    r22100 r22496  
    5454    function init() { 
    5555        parent::init(); 
    56         $this->tpl_title = t('LC_Page_Error_SystemError_001'); 
     56        $this->tpl_title = t('c_System error_01'); 
    5757    } 
    5858 
     
    7474    function action() { 
    7575 
    76         $this->tpl_error = t('LC_Page_Error_SystemError_002'); 
     76        $this->tpl_error = t('c_A system error has occurred. <br /> Please contact the site administrator._01'); 
    7777 
    7878        if (DEBUG_MODE) { 
Note: See TracChangeset for help on using the changeset viewer.