Skip to content

Commit

Permalink
Fixed issue #10140 : replaced gT by eT
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 15, 2015
1 parent d89cca5 commit 2af5389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/token/bounce.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<div class="default col-lg-4 col-sm-5 col-md-7 controls">
<select id="bounceprocessing" name="bounceprocessing" class="form-control">
<option value="N" <?php if ($settings['bounceprocessing']=='N'){echo 'selected="selected"'; }?> >
<?php gT("None"); ?>
<?php eT("None"); ?>
</option>
<option value="L" <?php if ($settings['bounceprocessing']=='L'){echo 'selected="selected"'; }?> >
<?php gT("Use settings below"); ?>
<?php eT("Use settings below"); ?>
</option>
<option value="G" <?php if ($settings['bounceprocessing']=='G'){echo 'selected="selected"'; }?> >
<?php eT("Use global settings"); ?>
Expand Down

0 comments on commit 2af5389

Please sign in to comment.