diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-03 04:05:22 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-03 04:05:22 +0800 |
commit | 0d58e4078b9ab33ad5aaf4c2661e68a24a4f98cb (patch) | |
tree | aa42a8a61c3d4c6f3aec17f860e81a0c48a2510e | |
parent | fd568c15b290afbdc80b2864f65c954cdff420e4 (diff) | |
download | gsoc2013-epiphany-0d58e4078b9ab33ad5aaf4c2661e68a24a4f98cb.tar gsoc2013-epiphany-0d58e4078b9ab33ad5aaf4c2661e68a24a4f98cb.tar.gz gsoc2013-epiphany-0d58e4078b9ab33ad5aaf4c2661e68a24a4f98cb.tar.bz2 gsoc2013-epiphany-0d58e4078b9ab33ad5aaf4c2661e68a24a4f98cb.tar.lz gsoc2013-epiphany-0d58e4078b9ab33ad5aaf4c2661e68a24a4f98cb.tar.xz gsoc2013-epiphany-0d58e4078b9ab33ad5aaf4c2661e68a24a4f98cb.tar.zst gsoc2013-epiphany-0d58e4078b9ab33ad5aaf4c2661e68a24a4f98cb.zip |
Revert the schema change too.
2005-02-02 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-lockdown.schemas.in:
Revert the schema change too.
-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> |