diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-01-19 22:26:25 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-01-19 22:26:25 +0100 |
commit | e82f600b6a090e1b0627d0921c81c4ba3ceaea13 (patch) | |
tree | 6923f650e70774c12c5ac727132d9b0ab8fb007a | |
parent | Save downloaded images of opensearch suggestions like websnaps (diff) | |
parent | fix typo: expecially->especially (diff) | |
download | rekonq-e82f600b6a090e1b0627d0921c81c4ba3ceaea13.tar.xz |
Merge branch 'master' of git.kde.org:rekonq
-rw-r--r-- | docs/index.docbook | 2 | ||||
-rw-r--r-- | src/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.docbook b/docs/index.docbook index e26da902..e7c39a13 100644 --- a/docs/index.docbook +++ b/docs/index.docbook @@ -69,7 +69,7 @@ <chapter id="introduction"><title>Introduction</title> <para>Based initially on <emphasis>qtwebkit</emphasis> (and currently on <emphasis>kdewebkit</emphasis>), &rekonq; is a lightweight browser designed to use the <guilabel>WebKit</guilabel> rendering engine in combination with various &kde; technologies, allowing it to integrate seamlessly into the &kde; desktop. The name is a throwback to the venerable khtml-based <ulink url="help:/konqueror/index.html">&konqueror;</ulink> which is currently the default &kde; web browser. </para> -<para>&rekonq; has already replaced &konqueror; as the default browser in Chakra, with more distributions expressing similar intent for their future releases. +<para>&rekonq; has already replaced &konqueror; as the default browser in Chakra and Kubuntu, with more distributions expressing similar intent for their future releases. </para> <important><para>Like all &kde; applications, &rekonq; is highly configurable. This document describes how &rekonq; behaves with the normal, diff --git a/src/main.cpp b/src/main.cpp index 54130b86..dcf996ec 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -124,7 +124,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) ""); about.addAuthor(ki18n("Furkan Uzumcu"), - ki18n("A lot of improvements, expecially on usability"), + ki18n("A lot of improvements, especially on usability"), "furkanuzumcu@gmail.com", ""); |