mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10237] Use confirm-box to handle unwatching a forum/topic actions
PHPBB3-10237
This commit is contained in:
@@ -652,6 +652,8 @@ $lang = array_merge($lang, array(
|
||||
'UNREAD_PMS' => '<strong>%d</strong> unread messages',
|
||||
'UNREAD_POST' => 'Unread post',
|
||||
'UNREAD_POSTS' => 'Unread posts',
|
||||
'UNWATCH_FORUM_CONFIRM' => 'Are you sure you wish to unsubscribe from this forum?',
|
||||
'UNWATCH_TOPIC_CONFIRM' => 'Are you sure you wish to unsubscribe from this topic?',
|
||||
'UNWATCHED_FORUMS' => 'You are no longer subscribed to the selected forums.',
|
||||
'UNWATCHED_TOPICS' => 'You are no longer subscribed to the selected topics.',
|
||||
'UNWATCHED_FORUMS_TOPICS' => 'You are no longer subscribed to the selected entries.',
|
||||
|
Reference in New Issue
Block a user