Skip to:
Content

BuddyPress.org

Changeset 8654


Ignore:
Timestamp:
07/20/2014 09:33:58 PM (10 years ago)
Author:
djpaul
Message:

i18n improvements

Simplified a sentence, removed a double space.

See #5767, props SGr33n

Location:
trunk/src
Files:
2 edited

Legend:

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

    r8615 r8654  
    221221            'content' =>
    222222                '<p>' . __( '<strong>Primary Item/Secondary Item</strong> - These identify the object that created the activity. For example, the fields could reference a comment left on a specific site. Some types of activity may only use one, or none, of these fields.', 'buddypress' ) . '</p>' .
    223                 '<p>' . __( '<strong>Link</strong> - Activity generated by posts and comments, forum topics and replies, and some plugins, uses the link field for a permalink back to the content item. Some types of activity may not use this field, even if it has been set.', 'buddypress' ) . '</p>' .
     223                '<p>' . __( '<strong>Link</strong> - Used by some types of activity (e.g blog posts and comments, and forum topics and replies) to store a link back to the original content.', 'buddypress' ) . '</p>' .
    224224                '<p>' . __( '<strong>Type</strong> - Each distinct kind of activity has its own type. For example, <code>created_group</code> is used when a group is created and <code>joined_group</code> is used when a user joins a group.', 'buddypress' ) . '</p>' .
    225225                '<p>' . __( 'For information about when and how BuddyPress uses all of these settings, see the Managing Activity link in the panel to the side.', 'buddypress' ) . '</p>'
  • trunk/src/bp-members/bp-members-functions.php

    r8625 r8654  
    20492049        $error = __( '<strong>ERROR</strong>: Your account has already been activated.', 'buddypress' );
    20502050    } else {
    2051         $error = __( 'Activation email resent!  Please check your inbox or spam folder.', 'buddypress' );
     2051        $error = __( 'Activation email resent! Please check your inbox or spam folder.', 'buddypress' );
    20522052    }
    20532053}
Note: See TracChangeset for help on using the changeset viewer.