Wrong key for an error message in English language file.

Bug #327561 reported by Alexander Chemeris
2
Affects Status Importance Assigned to Milestone
phpBB3 reCAPTCHA MOD
Fix Committed
Medium
Jakub Wieczorek

Bug Description

In 1.0.1 release in file root.lang.english\mods\recaptcha.php key 10 is used twice for an error message:

 'RECAPTCHA_EXCEPTIONS' => array(
  10 => 'You have not provided public key, which is required for reCAPTCHA service to run. Until you do not fill it, reCAPTCHA will stay disabled.',
  10 => 'You have not provided private key, which is required for reCAPTCHA service to run. Until you do not fill it, reCAPTCHA will stay disabled.',

I guess this is a copy-paste error and should look like following (this is how it looks in Polish translation):

 'RECAPTCHA_EXCEPTIONS' => array(
  10 => 'You have not provided public key, which is required for reCAPTCHA service to run. Until you do not fill it, reCAPTCHA will stay disabled.',
  11 => 'You have not provided private key, which is required for reCAPTCHA service to run. Until you do not fill it, reCAPTCHA will stay disabled.',

Related branches

Jakub Wieczorek (fawek)
Changed in phpbb3-recaptcha:
assignee: nobody → faw217
importance: Undecided → Medium
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.