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
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4639 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
amyreese committed Oct 14, 2007
1 parent 33b8e0d commit 8a23bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/authentication_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: authentication_api.php,v 1.60 2007-09-22 22:51:15 nuclear_eclipse Exp $
# $Id: authentication_api.php,v 1.61 2007-10-14 19:07:36 nuclear_eclipse Exp $
# --------------------------------------------------------

require_once( dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'gpc_api.php' );
Expand Down Expand Up @@ -511,7 +511,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 8a23bc5

Please sign in to comment.