Skip to:
Content

BuddyPress.org

Changeset 10438


Ignore:
Timestamp:
01/05/2016 10:22:51 PM (11 years ago)
Author:
djpaul
Message:

Tools: update tool descriptions.

Use "members" instead of "users", "site" instead of"blog", and give the
individual tool descriptions a more readable sentence.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-tools.php

    r10432 r10438  
    2323
    2424                <p>
    25                         <?php esc_html_e( 'BuddyPress keeps track of various relationships between users, groups, and activity items. Occasionally these relationships become out of sync, most often after an import, update, or migration.', 'buddypress' ); ?>
     25                        <?php esc_html_e( 'BuddyPress keeps track of various relationships between members, groups, and activity items. Occasionally these relationships become out of sync, most often after an import, update, or migration.', 'buddypress' ); ?>
    2626                        <?php esc_html_e( 'Use the tools below to manually recalculate these relationships.', 'buddypress' ); ?>
    2727                </p>
     
    3232                                <tbody>
    3333                                        <tr valign="top">
    34                                                 <th scope="row"><?php esc_html_e( 'Data to Repair:', 'buddypress' ) ?></th>
     34                                                <th scope="row"><?php esc_html_e( 'Repair tools', 'buddypress' ) ?></th>
    3535                                                <td>
    3636                                                        <fieldset>
     
    106106        $repair_list[20] = array(
    107107                'bp-total-member-count',
    108                 __( 'Count total members', 'buddypress' ),
     108                __( 'Repair total members count.', 'buddypress' ),
    109109                'bp_admin_repair_count_members',
    110110        );
     
    112112        $repair_list[25] = array(
    113113                'bp-last-activity',
    114                 __( 'Repair user "last activity" data', 'buddypress' ),
     114                __( 'Repair member "last activity" data.', 'buddypress' ),
    115115                'bp_admin_repair_last_activity',
    116116        );
     
    121121                $repair_list[0] = array(
    122122                        'bp-user-friends',
    123                         __( 'Count friends for each user', 'buddypress' ),
     123                        __( 'Repair total friends count for each member.', 'buddypress' ),
    124124                        'bp_admin_repair_friend_count',
    125125                );
     
    131131                $repair_list[10] = array(
    132132                        'bp-group-count',
    133                         __( 'Count groups for each user', 'buddypress' ),
     133                        __( 'Repair total groups count for each member.', 'buddypress' ),
    134134                        'bp_admin_repair_group_count',
    135135                );
     
    141141                $repair_list[90] = array(
    142142                        'bp-blog-records',
    143                         __( 'Repopulate blogs records', 'buddypress' ),
     143                        __( 'Repopulate site tracking records.', 'buddypress' ),
    144144                        'bp_admin_repair_blog_records',
    145145                );
Note: See TracChangeset for help on using the changeset viewer.