diff --git a/Source/SourceIntegration.php b/Source/SourceIntegration.php index 95bccd5..54697f5 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( plugin_lang_get( 'related_changesets' ) => '#changesets' ); + return array( plugin_lang_get( 'related_changesets', 'Source' ) => '#changesets' ); } return array();