diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2011-07-06 13:40:21 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2011-07-07 12:40:35 +0200 |
| commit | b2a65ac76db38e47c0644389ba737492ef6307f6 (patch) | |
| tree | 4b7aec3dfc7a51b93c58e665c4d5257a8356a143 /phpBB/language | |
| parent | 7e4460dbc99ce25dbeaa57eaedddea6112cfb9bf (diff) | |
| download | forums-b2a65ac76db38e47c0644389ba737492ef6307f6.tar forums-b2a65ac76db38e47c0644389ba737492ef6307f6.tar.gz forums-b2a65ac76db38e47c0644389ba737492ef6307f6.tar.bz2 forums-b2a65ac76db38e47c0644389ba737492ef6307f6.tar.xz forums-b2a65ac76db38e47c0644389ba737492ef6307f6.zip | |
[ticket/10237] Use confirm-box to handle unwatching a forum/topic actions
PHPBB3-10237
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 078a280223..b48a92124a 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -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.', |
