diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-01-23 02:53:32 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-01-23 02:53:32 +0800 |
commit | 600bf9684206317a93ce2f807ad7208e5b0737bf (patch) | |
tree | 81d77a9931d6acd5af26f8f80fc9307074c4d2c4 | |
parent | 9435af9372734a2e9c7c3353b7ecad9cf3251a7b (diff) | |
download | gsoc2013-epiphany-600bf9684206317a93ce2f807ad7208e5b0737bf.tar gsoc2013-epiphany-600bf9684206317a93ce2f807ad7208e5b0737bf.tar.gz gsoc2013-epiphany-600bf9684206317a93ce2f807ad7208e5b0737bf.tar.bz2 gsoc2013-epiphany-600bf9684206317a93ce2f807ad7208e5b0737bf.tar.lz gsoc2013-epiphany-600bf9684206317a93ce2f807ad7208e5b0737bf.tar.xz gsoc2013-epiphany-600bf9684206317a93ce2f807ad7208e5b0737bf.tar.zst gsoc2013-epiphany-600bf9684206317a93ce2f807ad7208e5b0737bf.zip |
Slightly better string for history disable.
2004-01-22 Marco Pesenti Gritti <marco@gnome.org>
* data/epiphany-lockdown.schemas.in:
Slightly better string for history disable.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany-lockdown.schemas.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-01-22 Marco Pesenti Gritti <marco@gnome.org> + * data/epiphany-lockdown.schemas.in: + + Slightly better string for history disable. + +2004-01-22 Marco Pesenti Gritti <marco@gnome.org> + * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: diff --git a/data/epiphany-lockdown.schemas.in b/data/epiphany-lockdown.schemas.in index 3888c3107..85641600d 100644 --- a/data/epiphany-lockdown.schemas.in +++ b/data/epiphany-lockdown.schemas.in @@ -88,7 +88,7 @@ <default>0</default> <locale name="C"> <short>Disable History</short> - <long>Disable all historical information by disabling the back button, not allowing the history dialog and hiding the favorite bookmarks.</long> + <long>Disable all historical information by disabling the back button, not allowing the history dialog and hiding the most used bookmarks list.</long> </locale> </schema> </schemalist> |