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/admin/system/LC_Page_Admin_System_Masterdata.php

    r22453 r22496  
    4747        $this->tpl_subno = 'masterdata'; 
    4848        $this->tpl_mainno = 'system'; 
    49         $this->tpl_maintitle = t('TPL_MAINTITLE_009'); 
     49        $this->tpl_maintitle = t('c_System_01'); 
    5050        $this->tpl_subtitle = t('LC_Page_Admin_System_Masterdata_001'); 
    5151    } 
     
    8080                    // 取得したデータからマスターデータを生成 
    8181                    $this->registMasterData($_POST, $masterData, $this->masterDataName); 
    82                     $this->tpl_onload = "window.alert('" . t('ALERT_028') . "');"; 
     82                    $this->tpl_onload = "window.alert('" . t('c_Master data settings are complete._01') . "');"; 
    8383                } 
    8484                // FIXME break 入れ忘れと思われる。そうでないなら、要コメント。 
Note: See TracChangeset for help on using the changeset viewer.