[wp-trac] [WordPress Trac] #12537: submit value is not i18n 'ed
WordPress Trac
wp-trac at lists.automattic.com
Sun Mar 7 01:10:55 UTC 2010
#12537: submit value is not i18n 'ed
----------------------------+-----------------------------------------------
Reporter: DaNiel | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9.3
Component: Administration | Version: 2.9.2
Severity: normal | Keywords: missing translation
----------------------------+-----------------------------------------------
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') .'" />';
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12537>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list