From 149d8196574409b3ae8fb64b1b2319cbcc6e8f70 Mon Sep 17 00:00:00 2001 From: BJRambo Date: Fri, 2 Nov 2018 14:06:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=96=B4=EB=A5=BC=20=EC=A2=80=20?= =?UTF-8?q?=EB=8D=94=20=EB=AA=85=ED=99=95=ED=95=98=EA=B2=8C=20=EA=B3=A0?= =?UTF-8?q?=EC=B9=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/ncenterlite/lang/en.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ncenterlite/lang/en.php b/modules/ncenterlite/lang/en.php index 2669c93c0..691feba91 100644 --- a/modules/ncenterlite/lang/en.php +++ b/modules/ncenterlite/lang/en.php @@ -19,12 +19,12 @@ $lang->ncenterlite_userconfig_title = 'Notification Center Settings of %s'; $lang->ncenterlite_userconfig_about = 'Personalized settings of notification center can be controlled by you.'; $lang->ncenterlite_comment_noti = 'Comment notice'; $lang->ncenterlite_comment_noti_about = 'Get notice of a comment after someone replies to my documents or comments.'; -$lang->ncenterlite_mention_noti = 'Mention notice'; +$lang->ncenterlite_mention_noti = 'New Direct Message'; $lang->ncenterlite_mention_noti_about = 'Get notice of a mention after someone mention me on documents and/or comments. ( @Nickname to mention )'; -$lang->ncenterlite_message_noti = 'Message notice'; +$lang->ncenterlite_message_noti = 'New Message'; $lang->ncenterlite_message_noti_about = 'Get notice of a message after someone send the message to me.'; -$lang->ncenterlite_comment_comment_noti = 'A comment on a comment notice'; -$lang->ncenterlite_vote_noti = 'Upvote notice'; +$lang->ncenterlite_comment_comment_noti = 'New Comment'; +$lang->ncenterlite_vote_noti = 'New Upvote'; $lang->ncenterlite_activate = 'Activate'; $lang->ncenterlite_inactivate = 'Inactivate'; $lang->ncenterlite_userconfig_about_warning = 'Watch out! You are controlling other user\'s settings via this page.';