Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2014 06:13:12 PM (11 years ago)
Author:
djpaul
Message:

i18n: improvements to strings across the majority of components.

Fixes #5760, props jreeve

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-notifications.php

    r8655 r8662  
    9090            // Only show the disable notifications line if the settings component is enabled
    9191            if ( bp_is_active( 'settings' ) ) {
    92                 $email_content .= sprintf( __( 'To disable these notifications please log in and go to: %s', 'buddypress' ), $settings_link );
     92                $email_content .= sprintf( __( 'To disable these notifications, please log in and go to: %s', 'buddypress' ), $settings_link );
    9393            }
    9494
Note: See TracChangeset for help on using the changeset viewer.