We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8643177 commit e872716Copy full SHA for e872716
src/gui/auth/qgsauthsslerrorsdialog.cpp
@@ -189,7 +189,7 @@ void QgsAuthSslErrorsDialog::buttonBox_clicked( QAbstractButton *button )
189
reject();
190
break;
191
}
192
- // Clear access cache if the user choose ignore and the
+ // Clear access cache if the user choose abort and the
193
// setting allows it
194
if ( btnenum == QDialogButtonBox::Abort &&
195
QgsSettings().value( QStringLiteral( "clear_auth_cache_on_errors" ),
0 commit comments