diff --git a/addons/tccommentnotify/conf/info.xml b/addons/tccommentnotify/conf/info.xml
index 50e540319..ede120376 100644
--- a/addons/tccommentnotify/conf/info.xml
+++ b/addons/tccommentnotify/conf/info.xml
@@ -1,10 +1,15 @@
댓글알리미 애드온
+ Comment Notifier Addon
haneul
+ haneul
댓글알리미를 지원하는 애드온입니다.
+
+
+ This addon enables Comment Notifier module.
diff --git a/modules/tccommentnotify/conf/info.xml b/modules/tccommentnotify/conf/info.xml
index 8f2ac3d79..baace56ac 100644
--- a/modules/tccommentnotify/conf/info.xml
+++ b/modules/tccommentnotify/conf/info.xml
@@ -1,8 +1,11 @@
댓글알리미
+ Comment Notifier
haneul
+ haneul
댓글알리미 모듈입니다.
+ Comment Notifier will tell you when there's a new comment
diff --git a/modules/tccommentnotify/lang/en.lang.php b/modules/tccommentnotify/lang/en.lang.php
new file mode 100644
index 000000000..117219e7c
--- /dev/null
+++ b/modules/tccommentnotify/lang/en.lang.php
@@ -0,0 +1,5 @@
+commentnotify = 'Comment Notifier';
+ $lang->msg_checked_comment_is_deleted = '%d comment(s) has(have) been deleted';
+ $lang->cmd_delete_checked_comment = 'Delete Selected Items';
+?>