Changeset 1385 for trunk/bb-admin/content-forums.php
- Timestamp:
- 03/30/2008 10:31:06 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-admin/content-forums.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/content-forums.php
r1299 r1385 39 39 <div class="ays narrow"> 40 40 <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> 42 42 <ul> 43 43 <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.