diff options
-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", ""); |