diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | data/epiphany-lockdown.schemas.in | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2004-01-16 <clahey@ximian.com> + + * data/epiphany-lockdown.schemas.in: Typo fixes. + 2004-01-16 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (download_path_response_cb): diff --git a/data/epiphany-lockdown.schemas.in b/data/epiphany-lockdown.schemas.in index 9125b7597..3888c3107 100644 --- a/data/epiphany-lockdown.schemas.in +++ b/data/epiphany-lockdown.schemas.in @@ -55,7 +55,7 @@ <default>0</default> <locale name="C"> <short>Disable Arbitrary URLs</short> - <long>Disable users ability to type in a URL to epiphany.</long> + <long>Disable the user's ability to type in a URL to epiphany.</long> </locale> </schema> <schema> @@ -66,7 +66,7 @@ <default>0</default> <locale name="C"> <short>Disable Bookmark Editing</short> - <long>Disable users ability to edit their bookmarks.</long> + <long>Disable the user's ability to edit their bookmarks.</long> </locale> </schema> <schema> @@ -77,7 +77,7 @@ <default>0</default> <locale name="C"> <short>Disable Toolbar Editing</short> - <long>Disable users ability to edit toolbars.</long> + <long>Disable the user's ability to edit toolbars.</long> </locale> </schema> <schema> |