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:
ryan 2008-11-19 17:23:08 +00:00
parent dc3a33c2d4
commit 5dac57448f
1 changed files with 1 additions and 1 deletions

View File

@ -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' );