diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany.schemas.in | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2003-06-16 Christian Persch <chpe@cvs.gnome.org> + + * data/epiphany.schemas.in: + + s/charset/encoding/ + 2003-06-16 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_init): diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 5af667ed2..9aa896518 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -390,9 +390,9 @@ <type>string</type> <default></default> <locale name="C"> - <short>The charset autodetector. Empty string means autodetect is off</short> + <short>The encoding autodetector. Empty string means autodetect is off</short> <long> - The charset autodetector. Valid entries are "" (empty string, autodetectors + The encoding autodetector. Valid entries are "" (empty string, autodetectors off), cjk_parallel_state_machine (autodetect east asian encodings), ja_parallel_state_machine (autodetect japanese encodings), ko_parallel_state_machine (autodetect korean encodings), ruprob |