Ignore:
Timestamp:
2013/02/05 12:51:23 (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

    r22496 r22500  
    7878        if (DEBUG_MODE) { 
    7979            echo '<div class="debug">'; 
    80             echo '<div>' . t('LC_Page_Error_SystemError_003') .'</div>'; 
     80            echo '<div>' . t('c_▼▼▼ Start of debug information ▼▼▼_01') .'</div>'; 
    8181            echo '<pre>'; 
    8282            echo htmlspecialchars($this->sfGetErrMsg(), ENT_QUOTES, CHAR_CODE); 
    8383            echo '</pre>'; 
    84             echo '<div>' . t('LC_Page_Error_SystemError_004') . '</div>'; 
     84            echo '<div>' . t('c_▲▲▲ End of debug information▲▲▲_01') . '</div>'; 
    8585            echo '</div>'; 
    8686        } 
Note: See TracChangeset for help on using the changeset viewer.