I18N: Use correct value for the `for` attribute of the user language setting label.

Props johnjamesjacoby.
Fixes #38576.

git-svn-id: https://develop.svn.wordpress.org/trunk@39039 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2016-10-30 21:57:17 +00:00
parent 4de2e30bb4
commit 7d378f82d0
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ if ( $languages ) : ?>
<tr class="user-language-wrap">
<th scope="row">
<?php /* translators: The user language selection field label */ ?>
<label for="site_language"><?php _e( 'Language' ); ?></label>
<label for="locale"><?php _e( 'Language' ); ?></label>
</th>
<td>
<?php