#12537 closed defect (bug) (wontfix)
submit value is not i18n 'ed
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9.2 |
Component: | Administration | Keywords: | missing translation |
Focuses: | Cc: |
Description
in wpmu-terms.php, line 45
replace
echo '<input type="submit" value="Fix Terms" />';
by something like this:
echo '<input type="submit" value="'. esc_attr__('Fix Terms') .'" />';
Change History (5)
#1
@
12 years ago
- Milestone 2.9.3 deleted
- Resolution set to invalid
- Status changed from new to closed
#2
@
12 years ago
- Milestone set to MU 2.9.x
- Resolution invalid deleted
- Status changed from closed to reopened
wpmu-terms.php is a new page Donncha introduced in MU 2.9.2. Assigning to him and that milestone for now.
Note: See
TracTickets for help on using
tickets.
can't find the "Fix Terms" string in 3.0