diff --git a/src/Microsoft.TestPlatform.ObjectModel/Client/Interfaces/IMultiTestRunsFinalizationEventsHandler.cs b/src/Microsoft.TestPlatform.ObjectModel/Client/Interfaces/IMultiTestRunsFinalizationEventsHandler.cs
index ef5ec9f229..aad25a5359 100644
--- a/src/Microsoft.TestPlatform.ObjectModel/Client/Interfaces/IMultiTestRunsFinalizationEventsHandler.cs
+++ b/src/Microsoft.TestPlatform.ObjectModel/Client/Interfaces/IMultiTestRunsFinalizationEventsHandler.cs
@@ -11,7 +11,7 @@ namespace Microsoft.VisualStudio.TestPlatform.ObjectModel.Client
public interface IMultiTestRunsFinalizationEventsHandler : ITestMessageEventHandler
{
///
- /// Dispatch SessionComplete event to listeners.
+ /// Dispatch MultiTestRunsFinalizationComplete event to listeners.
///
/// Attachments reprocessed.
void HandleMultiTestRunsFinalizationComplete(IEnumerable attachments);
diff --git a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/xlf/Resources.cs.xlf b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/xlf/Resources.cs.xlf
index ab7c034843..b294113385 100644
--- a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/xlf/Resources.cs.xlf
+++ b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/xlf/Resources.cs.xlf
@@ -61,6 +61,11 @@
Soubor {0} neexistuje.
+
+
+ The active Multi Test Runs Finalization was aborted.
+
+