Add gettext context. Props nbachiyski. fixes #8142
git-svn-id: http://svn.automattic.com/wordpress/trunk@9789 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc3a33c2d4
commit
5dac57448f
|
@ -153,7 +153,7 @@ function wp_default_scripts( &$scripts ) {
|
||||||
'empty' => __('Strength indicator'),
|
'empty' => __('Strength indicator'),
|
||||||
'short' => __('Very weak'),
|
'short' => __('Very weak'),
|
||||||
'bad' => __('Weak'),
|
'bad' => __('Weak'),
|
||||||
'good' => __('Medium'),
|
'good' => _c('Medium|password strength'),
|
||||||
'strong' => __('Strong')
|
'strong' => __('Strong')
|
||||||
) );
|
) );
|
||||||
$scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20081117' );
|
$scripts->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20081117' );
|
||||||
|
|
Loading…
Reference in New Issue