Remove 'Capture Executable' name, be consistent on 'Launch Application'

This commit is contained in:
baldurk
2017-12-11 14:49:36 +00:00
parent 93012bcad2
commit 38ac98bfdd
+1 -1
View File
@@ -211,7 +211,7 @@ void CaptureDialog::SetInjectMode(bool inject)
ui->globalGroup->setVisible(m_Ctx.Config().AllowGlobalHook);
ui->launch->setText(lit("Launch"));
this->setWindowTitle(lit("Capture Executable"));
this->setWindowTitle(lit("Launch Application"));
}
}