- Timestamp:
- 03/28/2020 01:45:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-template.php
r11637 r12593 937 937 $pag = __( 'Viewing 1 notification', 'buddypress' ); 938 938 } else { 939 /* translators: 1: notification from number. 2: notification to number. 3: total notifications. */ 939 940 $pag = sprintf( _n( 'Viewing %1$s - %2$s of %3$s notification', 'Viewing %1$s - %2$s of %3$s notifications', $query_loop->total_notification_count, 'buddypress' ), $from_num, $to_num, $total ); 940 941 }
Note: See TracChangeset
for help on using the changeset viewer.