언어 교정 : 라이센스 -> 라이선스

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4388 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-07-19 15:44:31 +00:00
parent 3dd492d991
commit 34ff43fd18
8 changed files with 12 additions and 12 deletions

View file

@ -86,8 +86,8 @@ DyCalendar._TT["ABOUT"] =
"\n"+
"최신 버전을 받으시려면 http://www.dynarch.com/projects/calendar/ 에 방문하세요\n" +
"\n"+
"GNU LGPL 라이스로 배포됩니다. \n"+
"라이스에 대한 자세한 내용은 http://gnu.org/licenses/lgpl.html 을 읽으세요." +
"GNU LGPL 라이스로 배포됩니다. \n"+
"라이스에 대한 자세한 내용은 http://gnu.org/licenses/lgpl.html 을 읽으세요." +
"\n\n" +
"날짜 선택:\n" +
"- 연도를 선택하려면 \xab, \xbb 버튼을 사용합니다\n" +

View file

@ -59,7 +59,7 @@ String.prototype.setQuery = function(key, val) {
}
}
}
return uri;
return encodeURI(uri);
}
/**