Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/27/2014 05:48:17 PM (12 years ago)
Author:
djpaul
Message:

i18n: disambiguate nav items' strings.

See #5777, props danbp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/bp-friends-screens.php

    r7619 r8705  
    8383            <tr>
    8484                <th class="icon"></th>
    85                 <th class="title"><?php _e( 'Friends', 'buddypress' ) ?></th>
     85                <th class="title"><?php _ex( 'Friends', 'Friend settings on notification settings page', 'buddypress' ) ?></th>
    8686                <th class="yes"><?php _e( 'Yes', 'buddypress' ) ?></th>
    8787                <th class="no"><?php _e( 'No', 'buddypress' )?></th>
     
    9292            <tr id="friends-notification-settings-request">
    9393                <td></td>
    94                 <td><?php _e( 'A member sends you a friendship request', 'buddypress' ) ?></td>
     94                <td><?php _ex( 'A member sends you a friendship request', 'Friend settings on notification settings page', 'buddypress' ) ?></td>
    9595                <td class="yes"><input type="radio" name="notifications[notification_friends_friendship_request]" value="yes" <?php checked( $send_requests, 'yes', true ) ?>/></td>
    9696                <td class="no"><input type="radio" name="notifications[notification_friends_friendship_request]" value="no" <?php checked( $send_requests, 'no', true ) ?>/></td>
     
    9898            <tr id="friends-notification-settings-accepted">
    9999                <td></td>
    100                 <td><?php _e( 'A member accepts your friendship request', 'buddypress' ) ?></td>
     100                <td><?php _ex( 'A member accepts your friendship request', 'Friend settings on notification settings page', 'buddypress' ) ?></td>
    101101                <td class="yes"><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="yes" <?php checked( $accept_requests, 'yes', true ) ?>/></td>
    102102                <td class="no"><input type="radio" name="notifications[notification_friends_friendship_accepted]" value="no" <?php checked( $accept_requests, 'no', true ) ?>/></td>
Note: See TracChangeset for help on using the changeset viewer.