From 6351d0732dbb9a7896c228d552d98ba457ee7b4f Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 18 Feb 2013 10:59:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EB=A9=94=EC=8B=9C?= =?UTF-8?q?=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/board_list.php b/adm/board_list.php index e7e26a308..1b855c5c5 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -202,7 +202,7 @@ $(function(){ } } else if(act == "선택수정") { if(cnt < 1) { - alert(act+'할 게시판그룹을 1개 이상 선택해 주세요.'); + alert(act+'할 게시판을 1개 이상 선택해 주세요.'); return false; } }