Changed to a temporary file

Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
timoreo
2022-09-12 08:19:42 +02:00
parent 24dc154856
commit a902f29ccf
2 changed files with 15 additions and 8 deletions

View File

@ -118,7 +118,7 @@ void JavaSettingsWidget::setupUi()
m_verticalLayout->addWidget(m_memoryGroupBox);
m_javaDownloadBtn = new QPushButton("Download Java",this);
m_javaDownloadBtn = new QPushButton(tr("Download Java"), this);
m_verticalLayout->addWidget(m_javaDownloadBtn);