diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-06 03:58:16 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-06 03:58:16 +0800 |
commit | d7ed6369fbd29d4ab1ed22739d2859dab1b9a3fa (patch) | |
tree | 6ad072d07377d2820076123453b4cd3bface12ed | |
parent | 07dfd77348e366b922bf12e0ae51619cfb5636d5 (diff) | |
download | gsoc2013-epiphany-d7ed6369fbd29d4ab1ed22739d2859dab1b9a3fa.tar.gz gsoc2013-epiphany-d7ed6369fbd29d4ab1ed22739d2859dab1b9a3fa.tar.zst gsoc2013-epiphany-d7ed6369fbd29d4ab1ed22739d2859dab1b9a3fa.zip |
Grammar fix. Fixes bug #154605.
2004-10-05 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany.schemas.in:
Grammar fix. Fixes bug #154605.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany.schemas.in | 8 |
2 files changed, 10 insertions, 4 deletions
@@ -1,5 +1,11 @@ 2004-10-05 Christian Persch <chpe@cvs.gnome.org> + * data/epiphany.schemas.in: + + Grammar fix. Fixes bug #154605. + +2004-10-05 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-navigation-action.c: (build_back_or_forward_menu), (build_up_menu), (menu_activated_cb): diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 2012d136d..b51537072 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -55,9 +55,9 @@ <list_type>string</list_type> <default>[title]</default> <locale name="C"> - <short>The bookmark informations shown in the editor view</short> + <short>The bookmark information shown in the editor view</short> <long> - The bookmark informations shown in the editor view. Valid values + The bookmark information shown in the editor view. Valid values in the list are "address" and "title". </long> </locale> @@ -70,9 +70,9 @@ <list_type>string</list_type> <default>[title]</default> <locale name="C"> - <short>The page informations shown in the history view</short> + <short>The page information shown in the history view</short> <long> - The page informations shown in the history view. Valid values + The page information shown in the history view. Valid values in the list are "address", "title". </long> </locale> |