Translation msgid correction
matiki - January 29, 2009 - 15:16
| Project: | Login Security |
| Version: | 5.x-1.1 |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
In the .pot file, this:
#: login_security.module:1
msgid "You have used %ip_current_count out of %hard_block_attempts login attempts. After all %hard_block_attempts have been used, you will be unable to login for %tracking_time hour(s)."should be this:
#: login_security.module:1
msgid "You have used %ip_current_count out of %soft_block_attempts login attempts. After all %soft_block_attempts have been used, you will be unable to login for %tracking_time hour(s)."for the first notification field to translate as expected.

#1
#2
Automatically closed -- issue fixed for 2 weeks with no activity.