From c095daa282d033182a9a34dc9cf8bd83ee51751d Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 30 Jun 2016 17:15:37 +0200 Subject: [PATCH] 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... --- cockatrice/src/dlg_viewlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();