Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/30/2008 10:31:06 AM (18 years ago)
Author:
sambauers
Message:

Various optimisations and typo fixes - Fixes #842 - props momo360modena

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/content-forums.php

    r1299 r1385  
    3939<div class="ays narrow">
    4040    <p><big><?php printf(__('Are you sure you want to delete the "<strong>%s</strong>" forum?'), $deleted_forum->forum_name); ?></big></p>
    41     <p>This forum contains</p>
     41    <p><?php _e('This forum contains'); ?></p>
    4242    <ul>
    4343        <li><?php printf(__ngettext('%d topic', '%d topics', $deleted_forum->topics), $deleted_forum->topics); ?></li>
Note: See TracChangeset for help on using the changeset viewer.