Minahito
minah****@users*****
2006年 10月 15日 (日) 01:11:50 JST
Index: xoops2jp/html/modules/legacy/admin/forms/PreferenceEditForm.class.php diff -u xoops2jp/html/modules/legacy/admin/forms/PreferenceEditForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/forms/PreferenceEditForm.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/forms/PreferenceEditForm.class.php:1.1.2.1 Sat Oct 14 23:55:21 2006 +++ xoops2jp/html/modules/legacy/admin/forms/PreferenceEditForm.class.php Sun Oct 15 01:11:50 2006 @@ -54,7 +54,7 @@ $this->mFieldProperties[$config->get('conf_name')] =& new XCube_FieldProperty($this); $this->mFieldProperties[$config->get('conf_name')]->setDependsByArray(array('required')); - $this->mFieldProperties[$config->get('conf_name')]->addMessage('required', _MD_BASE_ERROR_REQUIRED, $config->get('conf_title')); + $this->mFieldProperties[$config->get('conf_name')]->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, $config->get('conf_title')); break; case 'int': @@ -63,7 +63,7 @@ $this->mFieldProperties[$config->get('conf_name')] =& new XCube_FieldProperty($this); $this->mFieldProperties[$config->get('conf_name')]->setDependsByArray(array('required')); - $this->mFieldProperties[$config->get('conf_name')]->addMessage('required', _MD_BASE_ERROR_REQUIRED, $config->get('conf_title')); + $this->mFieldProperties[$config->get('conf_name')]->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, $config->get('conf_title')); break; case 'other':