Skip to content

Commit

Permalink
Fixed #7448: Unlocalizable text.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4163 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Sep 20, 2006
1 parent a035698 commit 4323d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bug_sponsorship_list_view_inc.php
Expand Up @@ -6,7 +6,7 @@
# See the files README and LICENSE for details

# --------------------------------------------------------
# $Id: bug_sponsorship_list_view_inc.php,v 1.14 2006-08-15 07:11:23 vboctor Exp $
# $Id: bug_sponsorship_list_view_inc.php,v 1.15 2006-09-20 04:25:47 vboctor Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -49,7 +49,7 @@
<table class="width100" cellspacing="1">
<tr>
<td width="50" rowspan="3">
<img src="images/dollars.gif" alt="Sponsor Me" border="0" />
<img src="images/dollars.gif" alt="<?php echo lang_get( 'sponsor' ) ?>" border="0" />
</td>
<td class="form-title" colspan="2">
<?php collapse_icon( 'sponsorship' ); ?>
Expand All @@ -75,7 +75,7 @@
<?php echo sponsorship_get_currency() ?>
<input type="hidden" name="bug_id" value="<?php echo $f_bug_id ?>" size="4" />
<input type="text" name="amount" value="<?php echo config_get( 'minimum_sponsorship_amount' ) ?>" size="4" />
<input type="submit" class="button" name="sponsor" value="Sponsor" />
<input type="submit" class="button" name="sponsor" value="<?php echo lang_get( 'sponsor' ) ?>" />
</form>
</td>
</tr>
Expand Down

0 comments on commit 4323d9e

Please sign in to comment.