Skip to content

Commit 75c28dd

Browse files
committed
Add a command to generat pot file
1 parent 69e6748 commit 75c28dd

File tree

3 files changed

+492
-2
lines changed

3 files changed

+492
-2
lines changed

inc/groups/widgets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function bp_classic_groups_ajax_widget() {
8585
<?php if ( 'newest-groups' === $filter ) : ?>
8686
<span class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_group_date_created( 0, array( 'relative' => false ) ) ); ?>">
8787
<?php
88-
/* translators: %s: date */
88+
/* Translators: %s is the date the group was created on. */
8989
printf( esc_html__( 'created %s', 'bp-classic' ), esc_html( bp_get_group_date_created() ) );
9090
?>
9191
</span>

0 commit comments

Comments
 (0)