diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-07-31 12:09:04 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-07-31 12:09:04 +0200 |
commit | 5997a378a8697190803c2cdc9d008234f538aa41 (patch) | |
tree | 4e8135539bd8515992d72de9a1280c7e61e3ba68 | |
parent | Fixing initial stop_reload action (diff) | |
download | rekonq-5997a378a8697190803c2cdc9d008234f538aa41.tar.xz |
Added a dot to the tooltip message
-rw-r--r-- | src/settings.cpp | 2 |
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.")); |