diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany-lockdown.schemas.in | 5 |
2 files changed, 9 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2005-02-02 Christian Persch <chpe@cvs.gnome.org> + * data/epiphany-lockdown.schemas.in: + + Revert the schema change too. + +2005-02-02 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-window.c: (sync_chromes_visibility), (setup_ui_manager), (ephy_window_set_print_preview): diff --git a/data/epiphany-lockdown.schemas.in b/data/epiphany-lockdown.schemas.in index 4deab30f6..ff1d5bd58 100644 --- a/data/epiphany-lockdown.schemas.in +++ b/data/epiphany-lockdown.schemas.in @@ -18,8 +18,9 @@ <type>bool</type> <default>false</default> <locale name="C"> - <short>Hide menubar</short> - <long>Hide the menubar.</long> + <short>Hide menubar by default</short> + <long>Hide the menubar by default. The menubar can still be accessed + using F10.</long> </locale> </schema> <schema> |