diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-17 02:27:22 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-17 02:27:22 +0800 |
commit | 9eeeed64b75c6c8e214e24ae7a5bc6f56540bd56 (patch) | |
tree | 719c611c1287511d384119aa647700a69e5122e8 | |
parent | d7b73e52e0b5413ea50abd589c0e0beb1b34e5b4 (diff) | |
download | gsoc2013-epiphany-9eeeed64b75c6c8e214e24ae7a5bc6f56540bd56.tar gsoc2013-epiphany-9eeeed64b75c6c8e214e24ae7a5bc6f56540bd56.tar.gz gsoc2013-epiphany-9eeeed64b75c6c8e214e24ae7a5bc6f56540bd56.tar.bz2 gsoc2013-epiphany-9eeeed64b75c6c8e214e24ae7a5bc6f56540bd56.tar.lz gsoc2013-epiphany-9eeeed64b75c6c8e214e24ae7a5bc6f56540bd56.tar.xz gsoc2013-epiphany-9eeeed64b75c6c8e214e24ae7a5bc6f56540bd56.tar.zst gsoc2013-epiphany-9eeeed64b75c6c8e214e24ae7a5bc6f56540bd56.zip |
s/charset/encoding/
2003-06-16 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
s/charset/encoding/
-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 |