Ignore:
Timestamp:
2013/02/13 18:53:53 (11 years ago)
Author:
m_uehara
Message:

#2084 メッセージIDに含まれる「\n」を削除しました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12_3en-p1/data/class/pages/frontparts/LC_Page_FrontParts_LoginCheck.php

    r22504 r22540  
    238238        switch ($error) { 
    239239            case TEMP_LOGIN_ERROR: 
    240                 $msg = t('c_The e-mail address or password is not correct.\nIf you have not completed registration, access the registration page from the URL given to you in an e-mail._01'); 
     240                $msg = t('c_The e-mail address or password is not correct.If you have not completed registration, access the registration page from the URL given to you in an e-mail._01'); 
    241241                break; 
    242242            case SITE_LOGIN_ERROR: 
Note: See TracChangeset for help on using the changeset viewer.