diff --git a/cockatrice/src/dlg_viewlog.cpp b/cockatrice/src/dlg_viewlog.cpp index 99e81cef..4e06b2e5 100644 --- a/cockatrice/src/dlg_viewlog.cpp +++ b/cockatrice/src/dlg_viewlog.cpp @@ -15,7 +15,7 @@ DlgViewLog::DlgViewLog(QWidget *parent) setLayout(mainLayout); - setWindowTitle(tr("View debug log")); + setWindowTitle(tr("Debug Log")); resize(800, 500); loadInitialLogBuffer();