1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

'1' might not have been a good choice

git-svn-id: file:///svn/phpbb/trunk@8216 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2007-10-29 13:39:34 +00:00
parent 2adef2c457
commit 04ebbeca3f
4 changed files with 18 additions and 5 deletions

View File

@@ -105,6 +105,7 @@ $lang = array_merge($lang, array(
'VIEW_UNREAD_POST' => 'First unread post',
'VISIT_WEBSITE' => 'WWW',
'VOTE_SUBMITTED' => 'Your vote has been cast.',
'VOTE_CONVERTED' => 'Changing votes is not supported for converted polls.',
));