1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

some language fixes reported.

git-svn-id: file:///svn/phpbb/trunk@7570 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-05-14 15:05:32 +00:00
parent 1c4ddb5366
commit 26cf5c195d
8 changed files with 25 additions and 25 deletions

View File

@@ -132,7 +132,7 @@ $help = array(
),
array(
0 => 'Why cant I vote in polls?',
1 => 'Only registered users can vote in polls (so as to prevent spoofing of results). If you have registered and still cannot vote then you probably do not have appropriate access rights.'
1 => 'Only registered users can vote in polls (so as to prevent spoofing of results). If you have registered and still cannot vote then you probably do not have appropriate permissions.'
),
array(
0 => 'Why cant I add attachments?',
@@ -212,7 +212,7 @@ $help = array(
),
array(
0 => 'What are Usergroups?',
1 => 'Usergroups are a way in which board administrators can group users. Each user can belong to several groups (this differs from most other boards) and each group can be assigned individual access rights. This makes it easy for administrators to set up several users as moderators of a forum, or to give them access to a private forum, etc.'
1 => 'Usergroups are a way in which board administrators can group users. Each user can belong to several groups (this differs from most other boards) and each group can be assigned individual permissions. This makes it easy for administrators to set up several users as moderators of a forum, or to give them access to a private forum, etc.'
),
array(
0 => 'How do I join a Usergroup?',