Changeset 8781 for trunk/src/bp-messages/bp-messages-template.php
- Timestamp:
- 08/10/2014 05:27:52 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/bp-messages-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r8742 r8781 718 718 $total = bp_core_number_format( $messages_template->total_thread_count ); 719 719 720 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 ) );720 echo sprintf( _n( 'Viewing 1 message', 'Viewing %1$s - %2$s of %3$s messages', $total, 'buddypress' ), $from_num, $to_num, number_format_i18n( $total ) ); 721 721 } 722 722
Note: See TracChangeset
for help on using the changeset viewer.