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.';