Add tooltips and fix archive download task

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-07-22 09:18:20 +03:00
parent 29a6db171f
commit 5d3549a5e9
3 changed files with 8 additions and 1 deletions

View File

@ -264,7 +264,7 @@ void JavaPage::on_removeJavaButton_clicked()
for (auto& entry : entries) {
if (dcast->path.startsWith(entry.canonicalFilePath())) {
auto response = CustomMessageBox::selectable(this, tr("Confirm Deletion"),
tr("You are about to remove \"%1\" java version.\n"
tr("You are about to remove the Java installation named \"%1\".\n"
"Are you sure?")
.arg(entry.fileName()),
QMessageBox::Warning, QMessageBox::Yes | QMessageBox::No, QMessageBox::No)