mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
log ui window title change
While translating I realized that `View Debug Log` for the menu is perfectly fine, the dialog window should just say `Debug Log` though...
This commit is contained in:
@@ -15,7 +15,7 @@ DlgViewLog::DlgViewLog(QWidget *parent)
|
||||
|
||||
setLayout(mainLayout);
|
||||
|
||||
setWindowTitle(tr("View debug log"));
|
||||
setWindowTitle(tr("Debug Log"));
|
||||
resize(800, 500);
|
||||
|
||||
loadInitialLogBuffer();
|
||||
|
||||
Reference in New Issue
Block a user