Bugs item #2901695, was opened at 2009-11-21 12:26
Message generated for change (Comment added) made by liedekef
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=2901695&group_id=8956
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: User
Group: cvs
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Arjen van Bochoven (bochoven)
Assigned to: Nobody/Anonymous (nobody)
Summary: localization espauth-default.inc
Initial Comment:
I found three non-localized error messages in espauth-default.inc:
line 101
$error_message = "Incorrect User ID or Password, or your account has been disabled/expired.";
should read
$error_message = _('Incorrect User ID or Password, or your account has been disabled/expired.');
line 138
$error_message = "Your account has been disabled or you have already completed this survey.";
should read
$error_message = _('Your account has been disabled or you have already completed this survey.');
line 223
$error_message = "Incorrect User ID or Password, or your account has been disabled/expired.";
should read
$error_message = _('Incorrect User ID or Password, or your account has been disabled/expired.');
----------------------------------------------------------------------
Comment By: Franky Van Liedekerke (liedekef)
Date: 2009-11-21 14:44
Message:
The latest development code contains the fix, please update to the
development code or wait for an official release.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=2901695&group_id=8956
|