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