Slight tweak to dialog message

This commit is contained in:
baldurk
2016-08-29 16:12:22 +02:00
parent 302cbd681a
commit a2edad4f48
+1 -1
View File
@@ -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);