diff --git a/src/TSMapEditor/UI/Windows/TaskforcesWindow.cs b/src/TSMapEditor/UI/Windows/TaskforcesWindow.cs index 865e846b..38eb0b27 100644 --- a/src/TSMapEditor/UI/Windows/TaskforcesWindow.cs +++ b/src/TSMapEditor/UI/Windows/TaskforcesWindow.cs @@ -348,7 +348,7 @@ private void ShowTaskForceReferences() EditorMessageBox.Show(WindowManager, Translate(this, "ReferencesFound.Title", "TaskForce References"), - string.Format(Translate(this, "ReferencesFound.Description", "{The selected TaskForce \"{0}\" ({1}) is used by the following TeamTypes:}" + Environment.NewLine + Environment.NewLine + "{2}"), + string.Format(Translate(this, "ReferencesFound.Description", "The selected TaskForce \"{0}\" ({1}) is used by the following TeamTypes:" + Environment.NewLine + Environment.NewLine + "{2}"), editedTaskForce.Name, editedTaskForce.ININame, stringBuilder.ToString()), MessageBoxButtons.OK); }