mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 20:33:58 -07:00
clean up some stuff
This commit is contained in:
parent
39ff9af09a
commit
981fcdada5
1 changed files with 1 additions and 2 deletions
|
|
@ -42,7 +42,6 @@
|
||||||
#include "pqEventSource.h"
|
#include "pqEventSource.h"
|
||||||
#include "pqEventTypes.h"
|
#include "pqEventTypes.h"
|
||||||
#include "pqTestUtility.h"
|
#include "pqTestUtility.h"
|
||||||
#include "qttesting_autogen/include/ui_pqPlayBackEventsDialog.h"
|
|
||||||
#include "version_string.h"
|
#include "version_string.h"
|
||||||
#include "widgets/utility/get_text_with_max.h"
|
#include "widgets/utility/get_text_with_max.h"
|
||||||
|
|
||||||
|
|
@ -715,7 +714,7 @@ void MainWindow::retranslateUi()
|
||||||
aStatusBar->setText(tr("Show Status Bar"));
|
aStatusBar->setText(tr("Show Status Bar"));
|
||||||
aViewLog->setText(tr("View &Debug Log"));
|
aViewLog->setText(tr("View &Debug Log"));
|
||||||
aOpenSettingsFolder->setText(tr("Open Settings Folder"));
|
aOpenSettingsFolder->setText(tr("Open Settings Folder"));
|
||||||
aRecord->setText(tr("Begin recording"));
|
aRecord->setText(tr("Start recording"));
|
||||||
aPlayRecording->setText(tr("Play recording"));
|
aPlayRecording->setText(tr("Play recording"));
|
||||||
|
|
||||||
aShow->setText(tr("Show/Hide"));
|
aShow->setText(tr("Show/Hide"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue