Skip to:
Content

BuddyPress.org

Ticket #7921: 7921.01.patch

File 7921.01.patch, 1.6 KB (added by r-a-y, 8 years ago)
  • src/bp-core/bp-core-functions.php

     
    33853385                        /* translators: do not remove {} brackets or translate its contents. */
    33863386                        'post_title'   => __( '[{{{site.name}}}] Activate your account', 'buddypress' ),
    33873387                        /* translators: do not remove {} brackets or translate its contents. */
    3388                         'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: <a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>", 'buddypress' ),
     3388                        'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the <strong>Activate</strong> button:\n<a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>\n\nIf the 'Activation Key' field is empty, copy and paste the following into the field - {{key}}", 'buddypress' ),
    33893389                        /* translators: do not remove {} brackets or translate its contents. */
    3390                         'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: {{{activate.url}}}", 'buddypress' )
     3390                        'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the 'Activate' button: {{{activate.url}}}\n\nIf the 'Activation Key' field is empty, copy and paste the following into the field - {{key}}", 'buddypress' )
    33913391                ),
    33923392                'core-user-registration-with-blog' => array(
    33933393                        /* translators: do not remove {} brackets or translate its contents. */