Skip to:
Content

BuddyPress.org

Ticket #6275: 6275.patch

File 6275.patch, 945 bytes (added by slaFFik, 8 years ago)
  • src/bp-templates/bp-legacy/buddypress-functions.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    300300                        'remove_fav'          => __( 'Remove Favorite', 'buddypress' ),
    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' ),
    306306                ) );