Ignore:
Timestamp:
2013/01/27 22:44:41 (11 years ago)
Author:
kim
Message:

#2060 メッセージIDの振り直し T_FILEDを%sに置き換え

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/shopping/LC_Page_Shopping_Multiple.php

    r22433 r22437  
    279279                    foreach ($arrParams as $index => $arrParam) { 
    280280                        if ($arrParam['product_class_id'] == $product_class_id) { 
    281                             $arrErr['quantity'][$index] = t('LC_Page_Shopping_Multiple_005', array('T_FIELD' => $arrCartRow['quantity'])); 
     281                            $arrErr['quantity'][$index] = t('LC_Page_Shopping_Multiple_005', array('%s1' => $arrCartRow['quantity'])); 
    282282                             
    283283                        } 
Note: See TracChangeset for help on using the changeset viewer.