forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: Makc666 on December 01, 2005, 06:29:12 pm

Title: Authorization successfull -> Authorization successful
Post by: Makc666 on December 01, 2005, 06:29:12 pm
There is code in english.php:
Code: [Select]
  'recovery_success_title' => 'Authorization successfull',
There is error in word: successful
It must be typed with one "l" at the end.

Correct code:
Code: [Select]
  'recovery_success_title' => 'Authorization successful',
Title: Re: Authorization successfull -> Authorization successful
Post by: Joachim Müller on December 01, 2005, 11:57:10 pm
fixed in devel and stable