Ticket #4190: n_fix.patch
File n_fix.patch, 559 bytes (added by , 12 years ago) |
---|
-
bp-core-classes.php
188 188 189 189 if ( bp_is_active( 'groups' ) ) { 190 190 $this->total_groups = BP_Groups_Member::total_group_count( $this->id ); 191 $this->total_groups = sprintf( _n( '%d group', '%d groups', $this->total_groups ), $this->total_groups );191 $this->total_groups = sprintf( _n( '%d group', '%d groups', $this->total_groups, 'buddypress' ), $this->total_groups ); 192 192 } 193 193 } 194 194