Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/28/2014 09:34:46 AM (12 years ago)
Author:
djpaul
Message:

i18n: correct some typos made in r8705

Some strings were being returned when they should have been echo'd to the screen.
Props imath, fixes #5777 again

File:
1 edited

Legend:

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

    r8705 r8706  
    904904                <?php printf( __( 'Activity related to ID #%s', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?>
    905905            <?php else : ?>
    906                 <?php _x( 'Activity', 'Admin SWA page', 'buddypress' ); ?>
     906                <?php _ex( 'Activity', 'Admin SWA page', 'buddypress' ); ?>
    907907            <?php endif; ?>
    908908
Note: See TracChangeset for help on using the changeset viewer.