Opened 13 years ago
Closed 13 years ago
#14431 closed defect (bug) (fixed)
Password strength localization
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0.1 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
Hi,
there is problem with localization of password strength statuses.
On profile page is used string "Medium" (with comment for translators)
'good' => _x('Medium', 'password strength')
but during installation there is used another string "Medium" (from Media Library)
good: "<?php echo esc_js( __( 'Medium' ) ); ?>"
and in our language there is different meaning. Please use unique string for both version of testing password strength...
Attachments (1)
Change History (7)
#1
@
13 years ago
- Cc dkikizas@… added
- Keywords has-patch added
Maybe this could go into 3.0.1, as it does not add new strings.
#2
@
13 years ago
- Milestone changed from Awaiting Review to 3.0.2
- Version set to 3.0
This looks like a sane fix.
Good catch
Note: See
TracTickets for help on using
tickets.
Correct part of speech for “Medium” in Password Strength