Add gettext context. Props nbachiyski. fixes #8142
git-svn-id: https://develop.svn.wordpress.org/trunk@9789 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a7e00195ef
commit
d8bc4742a3
@ -153,7 +153,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
'empty' => __('Strength indicator'),
|
||||
'short' => __('Very weak'),
|
||||
'bad' => __('Weak'),
|
||||
'good' => __('Medium'),
|
||||
'good' => _c('Medium|password strength'),
|
||||
'strong' => __('Strong')
|
||||
) );
|
||||
$scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20081117' );
|
||||
|
Loading…
Reference in New Issue
Block a user