Changeset 8781 for trunk/src/bp-activity/bp-activity-template.php
- Timestamp:
- 08/10/2014 05:27:52 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r8735 r8781 769 769 $total = bp_core_number_format( $activities_template->total_activity_count ); 770 770 771 return sprintf( _n( 'Viewing item %1$s to %2$s (of %3$s item)', 'Viewing item %1$s to %2$s (of %3$s items)', $total, 'buddypress' ), $from_num, $to_num, $total );771 return sprintf( _n( 'Viewing 1 item', 'Viewing %1$s - %2$s of %3$s items', $total, 'buddypress' ), $from_num, $to_num, $total ); 772 772 } 773 773
Note: See TracChangeset
for help on using the changeset viewer.