diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-31 15:32:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-31 15:32:36 +0200 |
commit | b376b6ba4182d901e36e532619b4dfaad48fca0a (patch) | |
tree | c3625e27c6a62d83ede051a1649138381d1845c6 /src/settings.cpp | |
parent | Merge branch 'ICON' (diff) | |
parent | Make the string KDE HIG compatible (diff) | |
download | rekonq-b376b6ba4182d901e36e532619b4dfaad48fca0a.tar.xz |
Merge branch 'I18n'
Diffstat (limited to 'src/settings.cpp')
-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.")); |