[xoops-cvslog 5221] CVS update: xoops2jp/html/modules/legacy/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 01:10:31 JST


Index: xoops2jp/html/modules/legacy/admin/forms/InstallWizardForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/InstallWizardForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/forms/InstallWizardForm.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/forms/InstallWizardForm.class.php:1.1.2.1	Sat Oct 14 23:55:21 2006
+++ xoops2jp/html/modules/legacy/admin/forms/InstallWizardForm.class.php	Sun Oct 15 01:10:31 2006
@@ -28,7 +28,7 @@
 		//
 		$this->mFieldProperties['agree'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['agree']->setDependsByArray(array('min'));
-		$this->mFieldProperties['agree']->addMessage('min', _AD_BASE_ERROR_PLEASE_AGREE);
+		$this->mFieldProperties['agree']->addMessage('min', _AD_LEGACY_ERROR_PLEASE_AGREE);
 		$this->mFieldProperties['agree']->addVar('min', '1');
 	}
 


xoops-cvslog メーリングリストの案内
Back to archive index