Update SandMan.cpp

Fixed "about" typo.
This commit is contained in:
cricri-pingouin 2020-12-22 18:03:57 +00:00 committed by GitHub
parent 1e142d1255
commit 12c9a49740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1424,7 +1424,7 @@ void CSandMan::OnUpdateCheck()
mb.setIconPixmap(ico.pixmap(64, 64));
//mb.setTextFormat(Qt::RichText);
mb.setText(FullMessage);
mb.setCheckBoxText(tr("Ignore this update, notify me anout the next one."));
mb.setCheckBoxText(tr("Ignore this update, notify me about the next one."));
mb.setCheckBoxVisible(!bManual);
if (!UpdateUrl.isEmpty() || !DownloadUrl.isEmpty()) {