Commit 62689b7c authored by christian@webkit.org's avatar christian@webkit.org

2009-04-24 Christian Dywan <christian@twotoasts.de>

        Rubber-stamped by Gustavo Noronha.

        * webkit/webkitwebsettings.cpp:
        (_WebKitWebSettingsPrivate::webkit_web_settings_class_init): Reword the
        description of the enable-spell-checking property and correct the
        mentioning of the default language used.

git-svn-id: svn://svn.chromium.org/blink/trunk@42827 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent c10e3030
2009-04-24 Christian Dywan <christian@twotoasts.de>
Rubber-stamped by Gustavo Noronha.
* webkit/webkitwebsettings.cpp:
(_WebKitWebSettingsPrivate::webkit_web_settings_class_init): Reword the
description of the enable-spell-checking property and correct the
mentioning of the default language used.
2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org> 2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org>
Reviewed by Gustavo Noronha. Reviewed by Gustavo Noronha.
......
...@@ -367,7 +367,7 @@ static void webkit_web_settings_class_init(WebKitWebSettingsClass* klass) ...@@ -367,7 +367,7 @@ static void webkit_web_settings_class_init(WebKitWebSettingsClass* klass)
/** /**
* WebKitWebSettings:enable-spell-checking: * WebKitWebSettings:enable-spell-checking:
* *
* Whether to enable check-as-you-type spell checking. * Whether to enable spell checking while typing.
* *
* Since 1.1.6 * Since 1.1.6
*/ */
...@@ -376,7 +376,7 @@ static void webkit_web_settings_class_init(WebKitWebSettingsClass* klass) ...@@ -376,7 +376,7 @@ static void webkit_web_settings_class_init(WebKitWebSettingsClass* klass)
g_param_spec_boolean( g_param_spec_boolean(
"enable-spell-checking", "enable-spell-checking",
_("Enable Spell Checking"), _("Enable Spell Checking"),
_("Enables check-as-you-type spell checking"), _("Enables spell checking while typing"),
FALSE, FALSE,
flags)); flags));
...@@ -391,7 +391,7 @@ static void webkit_web_settings_class_init(WebKitWebSettingsClass* klass) ...@@ -391,7 +391,7 @@ static void webkit_web_settings_class_init(WebKitWebSettingsClass* klass)
* for Portuguese as written in Brazil. * for Portuguese as written in Brazil.
* *
* If no value is specified then the value returned by * If no value is specified then the value returned by
* pango_language_get_default will be used. * gtk_get_default_language will be used.
* *
* Since 1.1.6 * Since 1.1.6
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment