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/html/install/index.php

    r22530 r22540  
    349349                if (is_dir($path)) { 
    350350                    if (!is_writable($path)) { 
    351                         $mess .= t('c_>> ×:T_ARG1(T_ARG2)\nPlease grant user write access (777, 707, etc.)_01', array('T_ARG1' => $real_path, 'T_ARG2' => $filemode)); 
     351                        $mess .= t('c_>> ×:T_ARG1(T_ARG2)Please grant user write access (777, 707, etc.)_01', array('T_ARG1' => $real_path, 'T_ARG2' => $filemode)); 
    352352                        $hasErr = true; 
    353353                    } else { 
     
    356356                } else { 
    357357                    if (!is_writable($path)) { 
    358                         $mess .= t('c_>> ×:T_ARG1(T_ARG2)\nPlease grant user write access (666, 606, etc.)_01', array('T_ARG1' => $real_path, 'T_ARG2' => $filemode)); 
     358                        $mess .= t('c_>> ×:T_ARG1(T_ARG2)Please grant user write access (666, 606, etc.)_01', array('T_ARG1' => $real_path, 'T_ARG2' => $filemode)); 
    359359                        $hasErr = true; 
    360360                    } else { 
Note: See TracChangeset for help on using the changeset viewer.