Skip to:
Content

BuddyPress.org

Ticket #4492: activity-item.patch

File activity-item.patch, 1.8 KB (added by fanquake, 12 years ago)
  • bp-activity/bp-activity-admin.php

     
    788788                $errors = array_values( $errors );
    789789
    790790                if ( $deleted > 0 )
    791                         $messages[] = sprintf( _n( '%s activity has been permanently deleted.', '%s activity items have been permanently deleted.', $deleted, 'buddypress' ), number_format_i18n( $deleted ) );
     791                        $messages[] = sprintf( _n( '%s activity item has been permanently deleted.', '%s activity items have been permanently deleted.', $deleted, 'buddypress' ), number_format_i18n( $deleted ) );
    792792
    793793                if ( ! empty( $errors ) ) {
    794794                        if ( 1 == count( $errors ) ) {
     
    810810                }
    811811
    812812                if ( $spammed > 0 )
    813                         $messages[] = sprintf( _n( '%s activity has been successfully spammed.', '%s activity items have been successfully spammed.', $spammed, 'buddypress' ), number_format_i18n( $spammed ) );
     813                        $messages[] = sprintf( _n( '%s activity item has been successfully spammed.', '%s activity items have been successfully spammed.', $spammed, 'buddypress' ), number_format_i18n( $spammed ) );
    814814
    815815                if ( $unspammed > 0 )
    816                         $messages[] = sprintf( _n( '%s activity has been successfully unspammed.', '%s activity items have been successfully unspammed.', $unspammed, 'buddypress' ), number_format_i18n( $unspammed ) );
     816                        $messages[] = sprintf( _n( '%s activity item has been successfully unspammed.', '%s activity items have been successfully unspammed.', $unspammed, 'buddypress' ), number_format_i18n( $unspammed ) );
    817817
    818818                if ( $updated > 0 )
    819                         $messages[] = __( 'The activity has been updated succesfully.', 'buddypress' );
     819                        $messages[] = __( 'The activity item has been updated succesfully.', 'buddypress' );
    820820        }
    821821
    822822        // Prepare the activity items for display