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
No known key found for this signature in database
GPG key ID: 121A72C3512BA288
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);