Skip to content

Commit

Permalink
Fix #8463: Re-authentication button text was not localized.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Oct 14, 2007
1 parent f865c7c commit 6cfdf1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/authentication_api.php
Expand Up @@ -18,7 +18,7 @@
# along with Mantis. If not, see <http://www.gnu.org/licenses/>.

# --------------------------------------------------------
# $Id: authentication_api.php,v 1.60.2.1 2007-10-13 22:35:12 giallu Exp $
# $Id: authentication_api.php,v 1.60.2.2 2007-10-14 19:09:24 nuclear_eclipse Exp $
# --------------------------------------------------------

require_once( dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'gpc_api.php' );
Expand Down Expand Up @@ -523,7 +523,7 @@ function auth_reauthenticate_page( $p_user_id, $p_username ) {
</tr>

<tr>
<td class="center" colspan="2"><input type="submit" class="button" value="Authenticate" /></td>
<td class="center" colspan="2"><input type="submit" class="button" value="<?php echo lang_get( 'login_button' ); ?>" /></td>
</tr>
</table>

Expand Down

0 comments on commit 6cfdf1a

Please sign in to comment.