Skip to:
Content

BuddyPress.org

Changeset 4771


Ignore:
Timestamp:
07/21/2011 10:36:09 PM (13 years ago)
Author:
djpaul
Message:

Improve i18n on forums directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/forums/forums-loop.php

    r4758 r4771  
    5959
    6060                    <p class="topic-meta">
    61                         <span class="topic-by"><?php printf( __( 'Started by: %1$s', 'buddypress' ), bp_get_the_topic_poster_avatar( 'height=20&width=20') . bp_get_the_topic_poster_name() ); ?></span>
     61                        <span class="topic-by"><?php /* translators: "started by [poster] in [forum]" */ printf( __( 'Started by %1$s', 'buddypress' ), bp_get_the_topic_poster_avatar( 'height=20&width=20') . bp_get_the_topic_poster_name() ); ?></span>
    6262
    6363                        <?php if ( bp_is_directory() || bp_is_user_forums() ) : ?>
     
    6969                                                    '<a href="' . bp_get_the_topic_object_permalink() . '" title="' . bp_get_the_topic_object_name() . '">' . bp_get_the_topic_object_name() .'</a>';
    7070
    71                                     printf( __( 'in: %1$s', 'buddypress' ), $topic_in );
     71                                    /* translators: "started by [poster] in [forum]" */
     72                                    printf( __( 'in %1$s', 'buddypress' ), $topic_in );
    7273                                ?>
    7374
Note: See TracChangeset for help on using the changeset viewer.