Changeset 546

Show
Ignore:
Timestamp:
11/09/06 23:49:40 (2 years ago)
Author:
mdawaffe
Message:

bbPress is not a blog. Props icwiener

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bb-admin/admin-functions.php

    r516 r546  
    337337                                        $r .= "\t\t<th colspan='$colspan'><h3>{$bb_roles->role_names[$role]}</h3></th>\n"; 
    338338                                else 
    339                                         $r .= "\t\t<th colspan='$colspan'><h3><em>" . __('No role for this blog') . "</h3></th>\n"; 
     339                                        $r .= "\t\t<th colspan='$colspan'><h3><em>" . __('Users with no role in these forums') . "</h3></th>\n"; 
    340340                                $r .= "\t</tr>\n"; 
    341341                                $r .= "\t<tr class='thead'>\n";