From 1cdff6067640bcd7c0d408ce73f5e4fbb5121526 Mon Sep 17 00:00:00 2001 From: PayBas Date: Thu, 8 May 2014 15:27:27 +0200 Subject: [PATCH] [ticket/12431] Lang full sentence PHPBB3-12431 --- phpBB/language/en/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 6bcb0fe9b3..abaf73e5dc 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -748,7 +748,7 @@ $lang = array_merge($lang, array( 1 => '%d private message in total', 2 => '%d private messages in total', ), - 'TOPIC_POLL' => 'Topic has a poll', + 'TOPIC_POLL' => 'This topic has a poll.', 'TOTAL_POSTS' => 'Total posts', 'TOTAL_POSTS_COUNT' => array( 2 => 'Total posts %d',