mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:56:22 +00:00
UI: Update translations.
This commit is contained in:
parent
87471e25a5
commit
9e62c54195
@ -109,7 +109,7 @@ void ProgramsWindow::onRetranslateUi()
|
|||||||
m_btEditCancel->setText(tr("Cancel"));
|
m_btEditCancel->setText(tr("Cancel"));
|
||||||
|
|
||||||
m_btLogOptions->setText(tr("Options"));
|
m_btLogOptions->setText(tr("Options"));
|
||||||
m_cbLogBlocked->setText(tr("Show New Programs"));
|
m_cbLogBlocked->setText(tr("Process New Programs"));
|
||||||
|
|
||||||
appListModel()->refresh();
|
appListModel()->refresh();
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set QT_BIN_PATH=D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin
|
set QT_BIN_PATH=D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\bin
|
||||||
|
|
||||||
cd ..\..\
|
cd ..\..\
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
set QT_BIN_PATH=D:\Qt\Qt5.13.2\5.13.2\msvc2017_64\bin
|
set QT_BIN_PATH=D:\Qt\Qt5.14.2\5.14.2\msvc2017_64\bin
|
||||||
|
|
||||||
cd ..\..\
|
cd ..\..\
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user