Skip to:
Content

BuddyPress.org

Changeset 13382


Ignore:
Timestamp:
12/13/2022 09:44:28 PM (2 years ago)
Author:
imath
Message:

Use a unique /* translators: */ comment for the %s ago string

Fixes #8780

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-cssjs.php

    r13373 r13382  
    591591                            /* Translators: %s is the relative time (eg: in a few seconds). */
    592592                            'future' => __( 'in %s', 'buddypress' ),
    593                             /* Translators: %s is the relative time (eg: 10 minutes ago). */
     593                            /* translators: %s: the human time diff. */
    594594                            'past'   => __( '%s ago', 'buddypress' ),
    595595                            's'      => __( 'a few seconds', 'buddypress' ),
Note: See TracChangeset for help on using the changeset viewer.