Changeset 1588

Show
Ignore:
Timestamp:
04/07/08 21:19:23 (5 months ago)
Author:
Neal
Message:

Replaced a hardcoded string with a reference to the language files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/admin/bans.php

    r1533 r1588  
    410410                        </fieldset> 
    411411                        <div class="frm-buttons"> 
    412                                 <span class="submit"><input type="submit" class="button" name="add_ban" value=" Add " /></span> 
     412                                <span class="submit"><input type="submit" class="button" name="add_ban" value=" <?php echo $lang_admin['Add'] ?> " /></span> 
    413413                        </div> 
    414414                </form>