summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2009-07-31 12:09:04 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2009-07-31 12:09:04 +0200
commit5997a378a8697190803c2cdc9d008234f538aa41 (patch)
tree4e8135539bd8515992d72de9a1280c7e61e3ba68 /src
parentFixing initial stop_reload action (diff)
downloadrekonq-5997a378a8697190803c2cdc9d008234f538aa41.tar.xz
Added a dot to the tooltip message
Diffstat (limited to 'src')
-rw-r--r--src/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 2610a351..fe176a27 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -159,7 +159,7 @@ SettingsDialog::~SettingsDialog()
void SettingsDialog::setWebSettingsToolTips()
{
- d->webkitUi.kcfg_autoLoadImages->setToolTip(i18n("Specifies whether images are automatically loaded in web pages"));
+ d->webkitUi.kcfg_autoLoadImages->setToolTip(i18n("Specifies whether images are automatically loaded in web pages."));
d->webkitUi.kcfg_javascriptEnabled->setToolTip(i18n("Enables the execution of JavaScript programs."));
d->webkitUi.kcfg_javaEnabled->setToolTip(i18n("Enables support for Java applets."));
d->webkitUi.kcfg_pluginsEnabled->setToolTip(i18n("Enables support for plugins in web pages."));