summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2009-05-24 03:04:00 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2009-05-24 03:04:00 +0200
commitfea1367456d4e9f348cede4a1926f8668e7deb05 (patch)
treeac8b840b5fae038f6dfad57a5dfcde6f6b68fff4 /src/settings.cpp
parentChanged the description of rekonq a bit and added a German translation of the (diff)
downloadrekonq-fea1367456d4e9f348cede4a1926f8668e7deb05.tar.xz
Webkit -> WebKit
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp4
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();