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/mypage/LC_Page_Mypage_Refusal.php

    r22100 r22496  
    4444    function init() { 
    4545        parent::init(); 
    46         $this->tpl_subtitle = t('LC_Page_Mypage_Refusal_001'); 
     46        $this->tpl_subtitle = t('c_Cancel membership_01'); 
    4747        $this->tpl_mypageno = 'refusal'; 
    4848    } 
     
    6767            case 'confirm': 
    6868                $this->tpl_mainpage     = 'mypage/refusal_confirm.tpl'; 
    69                 $this->tpl_subtitle     = t('LC_Page_Mypage_Refusal_002'); 
     69                $this->tpl_subtitle     = t('c_Confirm account cancellation_01'); 
    7070                break; 
    7171 
Note: See TracChangeset for help on using the changeset viewer.