Skip to:
Content

BuddyPress.org

Changeset 11369


Ignore:
Timestamp:
01/04/2017 07:37:53 PM (8 years ago)
Author:
slaffik
Message:

Internationalization: change show all comments button label.

Make 'Show all %d comments' a bit less dependent on the amount of comments, changed to 'Show all comments (%d)'. Thus 1 and 100 comments number will be displayed properly.

Props danbp.
Fixes #6275.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress-functions.php

    r11356 r11369  
    301301            'show_all'            => __( 'Show all', 'buddypress' ),
    302302            'show_all_comments'   => __( 'Show all comments for this thread', 'buddypress' ),
    303             'show_x_comments'     => __( 'Show all %d comments', 'buddypress' ),
     303            'show_x_comments'     => __( 'Show all comments (%d)', 'buddypress' ),
    304304            'unsaved_changes'     => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', 'buddypress' ),
    305305            'view'                => __( 'View', 'buddypress' ),
Note: See TracChangeset for help on using the changeset viewer.