Ignore:
Timestamp:
2013/02/05 18:21:13 (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_RefusalComplete.php

    r22100 r22503  
    4747 
    4848        if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_MOBILE) { 
    49             $this->tpl_title .= t('LC_Page_Mypage_RefusalComplete_002'); 
     49            $this->tpl_title .= t('c_/Withdrawal procedure (completion page)_01'); 
    5050        } else { 
    51             $this->tpl_subtitle = t('LC_Page_Mypage_RefusalComplete_003'); 
     51            $this->tpl_subtitle = t('c_Withdrawal procedure (completion page)_01'); 
    5252        } 
    5353        $this->tpl_navi     = SC_Helper_PageLayout::getTemplatePath(SC_Display_Ex::detectDevice()) . 'mypage/navi.tpl'; 
Note: See TracChangeset for help on using the changeset viewer.