Skip to content

Commit

Permalink
Clarify offline mode question
Browse files Browse the repository at this point in the history
Co-authored-by: Al <26797547+Al12rs@users.noreply.github.com>
  • Loading branch information
JonathanFeenstra and Al12rs authored Dec 21, 2024
1 parent a44c0f8 commit 074fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloadstab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void DownloadsTab::queryInfos()
if (m_core.settings().network().offlineMode()) {
if (QMessageBox::warning(nullptr, tr("Query Metadata"),
tr("Cannot query metadata while offline mode is enabled. "
"Do you want to disable it?"),
"Do you want to disable offline mode?"),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
m_core.settings().network().setOfflineMode(false);
} else {
Expand Down

0 comments on commit 074fde5

Please sign in to comment.