Commit 277d7e21 authored by Zach's avatar Zach Committed by GitHub
Browse files

Merge pull request #2039 from Cockatrice/tooomm-log_dlg_title

log ui window: title change
parents 7f2e3950 c095daa2
......@@ -15,7 +15,7 @@ DlgViewLog::DlgViewLog(QWidget *parent)
setLayout(mainLayout);
setWindowTitle(tr("View debug log"));
setWindowTitle(tr("Debug Log"));
resize(800, 500);
loadInitialLogBuffer();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment