Ignore:
Timestamp:
2013/02/05 21:31:33 (11 years ago)
Author:
kim
Message:

#2084 ID振り直し 重複テキストの調整

File:
1 edited

Legend:

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

    r22503 r22505  
    159159                if (SC_Utils_Ex::isBlank($this->arrErr)) { 
    160160                    if (!$this->tryCreateDir($objFileManager, $objFormParam)) { 
    161                         $disp_error = t('LC_Page_Admin_Contents_FileManager_005', array('T_FILED', htmlspecialchars($objFormParam->getValue('create_file'), ENT_QUOTES))); 
     161                        $disp_error = t('c_* T_ARG1 creation failed.<br/>_01', array('T_FILED', htmlspecialchars($objFormParam->getValue('create_file'), ENT_QUOTES))); 
    162162                        $this->setDispError('create_file', $disp_error); 
    163163                    } else { 
Note: See TracChangeset for help on using the changeset viewer.