diff --git a/Source/SourceIntegration.php b/Source/SourceIntegration.php index bce93ab..95bccd5 100644 --- a/Source/SourceIntegration.php +++ b/Source/SourceIntegration.php @@ -29,7 +29,7 @@ $this->changesets = SourceChangeset::load_by_bug( $p_bug_id, true ); if ( count( $this->changesets ) > 1 ) { - return array( lang_get( 'related_changesets' ) => '#changesets' ); + return array( plugin_lang_get( 'related_changesets' ) => '#changesets' ); } return array();