Changeset 7439 for trunk/bp-messages/bp-messages-template.php
- Timestamp:
- 10/17/2013 04:24:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-template.php
r7436 r7439 397 397 $total = bp_core_number_format( $messages_template->total_thread_count ); 398 398 399 echo sprintf( _ _( 'Viewing message %1$s to %2$s (of %3$s messages)', 'buddypress' ), $from_num, $to_num, $total); ?><?php399 echo sprintf( _n( 'Viewing message %1$s to %2$s (of %3$s message)', 'Viewing message %1$s to %2$s (of %3$s messages)', $total, 'buddypress' ), $from_num, $to_num, number_format_i18n( $total ) ); ?><?php 400 400 } 401 401
Note: See TracChangeset
for help on using the changeset viewer.