Skip to:
Content

BuddyPress.org

Changeset 1299


Ignore:
Timestamp:
04/02/2009 10:53:33 AM (16 years ago)
Author:
apeatling
Message:

Fixes #537 props GIGALinux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r1289 r1299  
    10191019        if ( ( $count2 = floor( ( $since - ( $seconds * $count ) ) / $seconds2 ) ) != 0 ) {
    10201020            /* Add to output var */
    1021             $output .= ( 1 == $count2 ) ? ', 1 '. $chunks[$i + 1][1] : ", " . $count2 . ' ' . $chunks[$i + 1][2];
     1021            $output .= ( 1 == $count2 ) ? _c( ',|Separator in time since', 'buddypress' ) . ' 1 '. $chunks[$i + 1][1] : _c( ',|Separator in time since', 'buddypress' ) . ' ' . $count2 . ' ' . $chunks[$i + 1][2];
    10221022        }
    10231023    }
Note: See TracChangeset for help on using the changeset viewer.