Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/19/2020 12:33:58 PM (4 years ago)
Author:
imath
Message:

i18n: improve translator comments for the "Active %s" string

Make sure the same translator comment is used for every occurrences of this string.

Fixes #8398

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-widget.php

    r12590 r12791  
    150150                                        bp_group_member_count();
    151151                                    } else {
    152                                         /* translators: %s: last activity timestamp (e.g. "active 1 hour ago") */
    153                                         printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() );
     152                                        /* translators: %s: last activity timestamp (e.g. "Active 1 hour ago") */
     153                                        printf( __( 'Active %s', 'buddypress' ), bp_get_group_last_active() );
    154154                                    }
    155155                                ?>
Note: See TracChangeset for help on using the changeset viewer.