diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-09 21:29:12 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-09 21:29:12 +0300 |
commit | b3d743635c86aac583fb802c1e3c7aa25e12dc88 (patch) | |
tree | 6ea55b29fba72a39c6bbdeafe3e1122d99f1f7c0 /launcher/ui/pages/modplatform/ResourcePage.cpp | |
parent | f2932c6d0387c41bd876d4af4148a7ffb5c83154 (diff) | |
download | PrismLauncher-b3d743635c86aac583fb802c1e3c7aa25e12dc88.tar.gz PrismLauncher-b3d743635c86aac583fb802c1e3c7aa25e12dc88.tar.bz2 PrismLauncher-b3d743635c86aac583fb802c1e3c7aa25e12dc88.zip |
Updated the messages
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/pages/modplatform/ResourcePage.cpp')
-rw-r--r-- | launcher/ui/pages/modplatform/ResourcePage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/ResourcePage.cpp b/launcher/ui/pages/modplatform/ResourcePage.cpp index 2bb86777..1d2509d8 100644 --- a/launcher/ui/pages/modplatform/ResourcePage.cpp +++ b/launcher/ui/pages/modplatform/ResourcePage.cpp @@ -246,7 +246,7 @@ void ResourcePage::updateSelectionButton() else m_ui->resourceSelectionButton->setText(tr("Deselect %1 for download").arg(resourceString())); } else { - qWarning() << "Try to update selection but there is not a pack selected"; + qWarning() << "Tried to update the selected button but there is not a pack selected"; } } |