diff --git a/renderdocui/Windows/MainWindow.cs b/renderdocui/Windows/MainWindow.cs index 44ab353fd..0bf4bca44 100644 --- a/renderdocui/Windows/MainWindow.cs +++ b/renderdocui/Windows/MainWindow.cs @@ -338,7 +338,7 @@ namespace renderdocui.Windows if (disconnected) { MessageBox.Show("Remote server disconnected during replaying of this capture.\n" + - "The replay will now be non-functional. To restore you will have to close the capture, allow\n" + + "The replay will now be non-functional. To restore you will have to close the capture, allow " + "RenderDoc to reconnect and load the capture again", "Remote server disconnected", MessageBoxButtons.OK, MessageBoxIcon.Error);