Fixed some spelling mistakes across files (#2367)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Paweł
2021-01-17 20:19:10 +01:00
committed by GitHub
parent cfcac99ae6
commit e48937e0aa
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ BasicLoginWidget::BasicLoginWidget()
this->ui_.unableToOpenBrowserHelper.setWordWrap(true);
this->ui_.unableToOpenBrowserHelper.hide();
this->ui_.unableToOpenBrowserHelper.setText(
"An error occured while attempting to open <a href='" + logInLink +
"An error occurred while attempting to open <a href='" + logInLink +
"'>the log in link (" + logInLink + ")</a> " +
" - open it manually in your browser and proceed from there.");
this->ui_.unableToOpenBrowserHelper.setOpenExternalLinks(true);
+1 -1
View File
@@ -103,7 +103,7 @@ void FiltersPage::tableCellClicked(const QModelIndex &clicked,
{
popup.setIcon(QMessageBox::Icon::Warning);
popup.setWindowTitle("Invalid filter");
popup.setText(QString("Parsing errors occured:"));
popup.setText(QString("Parsing errors occurred:"));
popup.setInformativeText(f.errors().join("\n"));
}