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:
tooomm
2016-06-30 17:15:37 +02:00
committed by GitHub
parent 7f2e39500e
commit c095daa282
+1 -1
View File
@@ -15,7 +15,7 @@ DlgViewLog::DlgViewLog(QWidget *parent)
setLayout(mainLayout);
setWindowTitle(tr("View debug log"));
setWindowTitle(tr("Debug Log"));
resize(800, 500);
loadInitialLogBuffer();