Skip to content

Commit

Permalink
Merge pull request #5 from Galixte/patch-1
Browse files Browse the repository at this point in the history
Minor update of ENGLISH language for Birthday Control extension
  • Loading branch information
satanasov committed Jun 23, 2015
2 parents 19233be + 7e4883d commit 37d1f7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions language/en/info_acp_birthdaycontrol.php
Expand Up @@ -22,11 +22,11 @@
}

$lang = array_merge($lang, array(
'BIRTHDAY_CONTROL' => 'Control birthday requiriments',
'BIRTHDAY_CONTROL' => 'Control birthday requirements',
'BIRTHDAY_REQUIRE' => 'Require birthday',
'BIRTHDAY_REQUIRE_EXPLAIN' => 'Require user to enter age to register here',
'BIRTHDAY_REQUIRE_EXPLAIN' => 'Require user to enter age to register here.',
'BIRTHDAY_MIN_AGE' => 'Minimum age',
'BIRTHDAY_MIN_AGE_EXPLAIN' => 'Require minimum age to register in this board',
'BIRTHDAY_MIN_AGE_EXPLAIN' => 'Require minimum age to register in this board.',
'BIRTHDAY_SHOW_POST' => 'Show age in posts',
'BIRTHDAY_SHOW_POST_EXPLAIN' => 'Show user age in small profile in postview.',

Expand Down
2 changes: 1 addition & 1 deletion language/en/ucp_lang.php
Expand Up @@ -24,7 +24,7 @@
$lang = array_merge($lang, array(
'BIRTH_DATE' => 'Date of birth',
'BDAY_NO_DATE' => 'Please select a date of birth. You can not register if you do not add day of birth.',
'BDAY_TO_YOUNG' => 'You are not old enough to register to this board. <br /> This board has minum age of %1$d years.',
'BDAY_TO_YOUNG' => 'You are not old enough to register to this board. <br /> This board has minimum age of %1$d years.',
'BC_SHOW_BDAY' => 'Show age',
'BDAY_NA' => 'n/a',

Expand Down

0 comments on commit 37d1f7b

Please sign in to comment.