diff options
-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> |