diff --git a/FAQ b/FAQ
index 5a21cb9d4..16101935d 100644
--- a/FAQ
+++ b/FAQ
@@ -35,7 +35,7 @@ Q: I cannot save any bookmark and my history is empty. What to do?
A: At first, please check that you have installed Qt SQLite plugin.
On Debian, this package is called libqt4-sql-sqlite.
If you have it installed and you are still experiencing this issue,
- please run QupZilla from terminal and read the output.
+ please run QupZilla from terminal and have a look at the output.
If it contains something like
QSqlQuery::value: not positioned on a valid record
@@ -82,7 +82,7 @@ Q: I have heard that QupZilla supports importing bookmarks from other browsers,
A: This feature has been added in version 1.0.0-rc1. If you are using older version,
please upgrade it either by downloading installable packages from github or from
your distributions repository.
- Then you can find Import Bookmarks option in Menu File -> Import Bookmarks...
- Importing wizzard will then guide you with importing process.
+ Then you will find the Import Bookmarks option in Menu File -> Import Bookmarks...
+ The importing wizard will then guide you through the importing process.
diff --git a/src/downloads/downloadmanager.cpp b/src/downloads/downloadmanager.cpp
index f3e596ed1..fdfc4022d 100644
--- a/src/downloads/downloadmanager.cpp
+++ b/src/downloads/downloadmanager.cpp
@@ -200,7 +200,7 @@ void DownloadManager::downloadFinished(bool success)
if (downloadingAllFilesFinished) {
if (success && qApp->activeWindow() != this) {
- mApp->desktopNotifications()->notify(QPixmap(":icons/notifications/download.png"), tr("Download Finished"), tr("All files have been successfuly downloaded."));
+ mApp->desktopNotifications()->notify(QPixmap(":icons/notifications/download.png"), tr("Download Finished"), tr("All files have been successfully downloaded."));
if (!m_closeOnFinish) {
raise();
activateWindow();
diff --git a/src/opensearch/searchenginesmanager.cpp b/src/opensearch/searchenginesmanager.cpp
index a47355770..4811e265c 100644
--- a/src/opensearch/searchenginesmanager.cpp
+++ b/src/opensearch/searchenginesmanager.cpp
@@ -230,7 +230,7 @@ void SearchEnginesManager::replyFinished()
if (checkEngine(engine)) {
addEngine(engine);
- QMessageBox::information(0, tr("Search Engine Added"), tr("Search Engine \"%1\" has been successfuly added.").arg(engine->name()));
+ QMessageBox::information(0, tr("Search Engine Added"), tr("Search Engine \"%1\" has been successfully added.").arg(engine->name()));
}
}
diff --git a/src/other/browsinglibrary.cpp b/src/other/browsinglibrary.cpp
index 75a61589c..92bac6c57 100644
--- a/src/other/browsinglibrary.cpp
+++ b/src/other/browsinglibrary.cpp
@@ -145,7 +145,7 @@ void BrowsingLibrary::optimizeDatabase()
mApp->history()->optimizeHistory();
QString sizeAfter = DownloadItem::fileSizeToString(QFileInfo(profilePath+"browsedata.db").size());
mApp->restoreOverrideCursor();
- QMessageBox::information(this, tr("Database Optimized"), tr("Database successfuly optimized.