diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany.schemas.in | 10 |
2 files changed, 11 insertions, 5 deletions
@@ -1,3 +1,9 @@ +2003-05-04 David Adam Bordoley <bordoley@msu.edu> + + * data/epiphany.schemas.in: + + Fix two descriptions + 2003-05-04 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de> * src/ephy-tab.c: (ephy_tab_title_cb): diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 5938060b7..7c4c450ea 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -8,7 +8,7 @@ <default>home:</default> <locale name="C"> <short>Home page</short> - <long>URL for the user's home page. Displayed on start up + <long>Location for the user's home page. Displayed on start up and when a new window or tab is created </long> </locale> </schema> @@ -178,8 +178,8 @@ <type>bool</type> <default>0</default> <locale name="C"> - <short>Middle click will load the url in X clipboard</short> - <long>Middle click on the web page will load the url in X clipboard.</long> + <short>Middle click to open the location pointed to by the currently selected text</short> + <long>Middle clicking on the main view pane will open the location pointed to by the currently selected text.</long> </locale> </schema> <schema> @@ -472,8 +472,8 @@ <type>bool</type> <default>true</default> <locale name="C"> - <short>Whether to print the page URL in the header</short> - <long>Whether to print the page URL in the header</long> + <short>Whether to print the page location in the header</short> + <long>Whether to print the page location in the header</long> </locale> </schema> <schema> |