Skip to:
Content

BuddyPress.org

Changeset 11892


Ignore:
Timestamp:
03/07/2018 11:28:53 AM (7 years ago)
Author:
djpaul
Message:

Emails: reword "emails in the wrong language" notice.

Make it clearer we are referring to the site language, not the user's language.

See #6965

File:
1 edited

Legend:

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

    r11763 r11892  
    842842    bp_core_add_admin_notice(
    843843        sprintf(
    844             __( 'Are your emails in the wrong language? Go to <a href="%s">BuddyPress Tools and run the "reinstall emails"</a> tool.', 'buddypress' ),
     844            __( 'Are these emails not written in your site\'s language? Go to <a href="%s">BuddyPress Tools and try the "reinstall emails"</a> tool.', 'buddypress' ),
    845845            esc_url( add_query_arg( 'page', 'bp-tools', bp_get_admin_url( $admin_page ) ) )
    846846        ),
Note: See TracChangeset for help on using the changeset viewer.