Changeset 546
- Timestamp:
- 11/09/06 23:49:40 (2 years ago)
- Files:
-
- trunk/bb-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bb-admin/admin-functions.php
r516 r546 337 337 $r .= "\t\t<th colspan='$colspan'><h3>{$bb_roles->role_names[$role]}</h3></th>\n"; 338 338 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"; 340 340 $r .= "\t</tr>\n"; 341 341 $r .= "\t<tr class='thead'>\n";