Authorization successfull -> Authorization successful Authorization successfull -> Authorization successful
 

News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Authorization successfull -> Authorization successful

Started by Makc666, December 01, 2005, 06:29:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Makc666

There is code in english.php:
  'recovery_success_title' => 'Authorization successfull',

There is error in word: successful
It must be typed with one "l" at the end.

Correct code:
  'recovery_success_title' => 'Authorization successful',

Joachim Müller