diff options
Diffstat (limited to 'data/org.gnome.epiphany.gschema.xml.in')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml.in b/data/org.gnome.epiphany.gschema.xml.in index 0c856f4cc..7c0499e22 100644 --- a/data/org.gnome.epiphany.gschema.xml.in +++ b/data/org.gnome.epiphany.gschema.xml.in @@ -131,6 +131,11 @@ <summary>Use a custom CSS</summary> <description>Use a custom CSS file to modify websites own CSS.</description> </key> + <key type="b" name="enable-spell-checking"> + <default>true</default> + <summary>Enable spell checking</summary> + <description>Spell check any text typed in editable areas.</description> + </key> <key type="s" name="default-encoding"> <default>'UTF-8'</default> <summary>Default encoding</summary> |