[buddypress-trac] [BuddyPress Trac] #5767: Translation
buddypress-trac
noreply at wordpress.org
Fri Sep 19 09:22:11 UTC 2014
#5767: Translation
-----------------------------------+-----------------------
Reporter: SGr33n | Owner: djpaul
Type: enhancement | Status: reopened
Priority: lowest | Milestone: 2.1
Component: i18n | Version:
Severity: normal | Resolution:
Keywords: has-patch 2nd-opinion |
-----------------------------------+-----------------------
Changes (by SGr33n):
* status: closed => reopened
* resolution: fixed =>
Comment:
Hi djpaul.
Maybe there is an error on bp-groups-template.php, ine 1545
{{{
return apply_filters( 'bp_get_groups_pagination_count',
sprintf( _n( 'Viewing 1', 'Viewing %1$s - %2$s of %3$s groups', $total,
'buddypress' ), $from_num, $to_num, $total ), $from_num, $to_num, $total
);
}}}
Should be
{{{
return apply_filters( 'bp_get_groups_pagination_count',
sprintf( _n( 'Viewing 1 group', 'Viewing %1$s - %2$s of %3$s groups',
$total, 'buddypress' ), $from_num, $to_num, $total ), $from_num, $to_num,
$total );
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5767#comment:17>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list