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.

Database Size Before: %1
Databse Size After: %2").arg(sizeBefore, sizeAfter)); + QMessageBox::information(this, tr("Database Optimized"), tr("Database successfully optimized.

Database Size Before: %1
Databse Size After: %2").arg(sizeBefore, sizeAfter)); } void BrowsingLibrary::closeEvent(QCloseEvent *e) diff --git a/src/other/sourceviewer.cpp b/src/other/sourceviewer.cpp index 529fd1ac8..40570be04 100644 --- a/src/other/sourceviewer.cpp +++ b/src/other/sourceviewer.cpp @@ -108,7 +108,7 @@ void SourceViewer::save() file.write(m_sourceEdit->toPlainText().toAscii()); file.close(); - m_statusBar->showMessage(tr("Source successfuly saved")); + m_statusBar->showMessage(tr("Source successfully saved")); } void SourceViewer::findText() diff --git a/src/rss/rssnotification.cpp b/src/rss/rssnotification.cpp index 3f0022337..6c5764846 100644 --- a/src/rss/rssnotification.cpp +++ b/src/rss/rssnotification.cpp @@ -28,7 +28,7 @@ RSSNotification::RSSNotification(QString host, QWidget* parent) : setAttribute(Qt::WA_DeleteOnClose); ui->setupUi(widget()); ui->closeButton->setIcon(IconProvider::standardIcon(QStyle::SP_DialogCloseButton)); - ui->label->setText(tr("You have successfuly added RSS feed \"%1\".").arg(host)); + ui->label->setText(tr("You have successfully added RSS feed \"%1\".").arg(host)); connect(ui->pushButton, SIGNAL(clicked()), mApp->getWindow(), SLOT(showRSSManager())); connect(ui->pushButton, SIGNAL(clicked()), this, SLOT(hide())); diff --git a/translations/de_DE.ts b/translations/de_DE.ts index b5f801d28..d27427cc2 100644 --- a/translations/de_DE.ts +++ b/translations/de_DE.ts @@ -434,7 +434,7 @@ p, li { white-space: pre-wrap; } Mozilla Firefox stores its bookmarks in <b>places.sqlite</b> SQLite database. This file is usually located in - Mozilla Firefox speichert die Lesezeichen in der Datei <b>places.sqlite</b>. Diese Datei ist gewöhnlich gespeichert unter + Mozilla Firefox speichert die Lesezeichen in der Datei <b>places.sqlite</b>. Diese ist gewöhnlich gespeichert unter @@ -444,7 +444,7 @@ p, li { white-space: pre-wrap; } Opera stores its bookmarks in <b>bookmarks.adr</b> text file. This file is usually located in - Opera speichert die Lesezeichen in der Datei <b>bookmarks.adr</b>. Diese Datei ist gewöhnlich gespeichert unter + Opera speichert die Lesezeichen in der Datei <b>bookmarks.adr</b>. Diese ist gewöhnlich gespeichert unter @@ -1747,7 +1747,7 @@ p, li { white-space: pre-wrap; } Clear history - Verlauf löschen + Verlauf löschen @@ -2311,7 +2311,7 @@ p, li { white-space: pre-wrap; } Default zoom on pages: - + Standardvergrößerung: @@ -2393,7 +2393,7 @@ p, li { white-space: pre-wrap; } Close download manager when downloading finishes - + Download-Manager schließen, wenn das Herunterladen beendet ist @@ -2574,7 +2574,7 @@ p, li { white-space: pre-wrap; } In order to change language, you must restart browser. - Um die Sprache zu ändern , starten Sie bitte QupZilla neu. + Um die Sprache zu ändern, starten Sie bitte QupZilla neu. @@ -3171,7 +3171,7 @@ p, li { white-space: pre-wrap; } E-mail is optional - Pflichtangabe + Angabe optional