영어 메세지 수정 및 경로에 ./ 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2471 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2007-09-02 03:06:55 +00:00
parent d54fdf30bb
commit 8b6cb60e7c
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@
// 버전 확인후 4.1 이하면 오류 표시
if(mysql_get_server_info($this->fd)<"4.1") {
$this->setError(-1, "zeroboard xe can not install under mysql 4.1. Current mysql version is ".mysql_get_server_info());
$this->setError(-1, "Zeroboard XE cannot be installed under the version of mysql 4.1. Current mysql version is ".mysql_get_server_info());
return;
}