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/design/LC_Page_Admin_Design.php

    r22492 r22496  
    4747        $this->tpl_subno = 'layout'; 
    4848        $this->tpl_mainno = 'design'; 
    49         $this->tpl_maintitle = t('TPL_MAINTITLE_003'); 
     49        $this->tpl_maintitle = t('c_Design_01'); 
    5050        $this->tpl_subtitle = t('LC_Page_Admin_Design_002'); 
    5151        $masterData = new SC_DB_MasterData_Ex(); 
     
    127127                // 完了メッセージ表示 
    128128                if (isset($_GET['msg']) && $_GET['msg'] == 'on') { 
    129                     $this->tpl_onload="alert('" . t('ALERT_004') . "');"; 
     129                    $this->tpl_onload="alert('" . t('c_Registration is complete._01') . "');"; 
    130130                } 
    131131                break; 
Note: See TracChangeset for help on using the changeset viewer.