diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-05-24 03:04:00 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-05-24 03:04:00 +0200 |
commit | fea1367456d4e9f348cede4a1926f8668e7deb05 (patch) | |
tree | ac8b840b5fae038f6dfad57a5dfcde6f6b68fff4 | |
parent | Changed the description of rekonq a bit and added a German translation of the (diff) | |
download | rekonq-fea1367456d4e9f348cede4a1926f8668e7deb05.tar.xz |
Webkit -> WebKit
-rw-r--r-- | src/settings.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index 198ab3e0..fb68fb64 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -102,7 +102,7 @@ Private::Private(SettingsDialog *parent) widget = new QWidget; webkitUi.setupUi(widget); widget->layout()->setMargin(0); - pageItem = parent->addPage(widget , i18n("Webkit")); + pageItem = parent->addPage(widget , i18n("WebKit")); QString webkitIconPath = KStandardDirs::locate("appdata", "pics/webkit-icon.png"); kWarning() << webkitIconPath; KIcon webkitIcon = KIcon(QIcon(webkitIconPath)); @@ -120,7 +120,7 @@ SettingsDialog::SettingsDialog(QWidget *parent) setFaceType(KPageDialog::List); showButtonSeparator(true); - setWindowTitle(i18n("rekonfig..")); + setWindowTitle(i18n("rekonfig...")); setModal(true); readConfig(); |