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:
Ryan Boren 2008-11-19 17:23:08 +00:00
parent a7e00195ef
commit d8bc4742a3
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' );