Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/23/2008 02:07:15 PM (17 years ago)
Author:
apeatling
Message:

merged nikolayb's language function changes into the core.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-templatetags.php

    r391 r396  
    587587?> 
    588588    <div class="info-group">
    589         <h4><?php bp_my_or_name() ?> <?php _e('Groups', 'buddypress') ?> (<?php echo BP_Groups_Member::total_group_count() ?>) <a href="<?php echo $bp['current_domain'] . $bp['groups']['slug'] ?>"><?php _e('See All', 'buddypress') ?> &raquo;</a></h4>
     589        <h4><?php bp_word_or_name( __( "My Groups", 'buddypress' ), __( "%s's Groups", 'buddypress' ) ) ?> (<?php echo BP_Groups_Member::total_group_count() ?>) <a href="<?php echo $bp['current_domain'] . $bp['groups']['slug'] ?>"><?php _e('See All', 'buddypress') ?> &raquo;</a></h4>
    590590        <?php if ( $group_ids ) { ?>
    591591            <ul class="horiz-gallery">
     
    600600        <?php } else { ?>
    601601            <div id="message" class="info">
    602                 <p><?php bp_you_or_name() ?> <?php _e('joined any groups yet.', 'buddypress') ?></p>
     602                <p><?php bp_word_or_name( __( "You haven't oined any groups yet.", 'buddypress' ), __( "%s hasn't joined any groups yet.", 'buddypress' ) ) ?></p>
    603603            </div>
    604604        <?php } ?>
Note: See TracChangeset for help on using the changeset viewer.