diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-05 02:48:04 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-05 02:48:04 +0800 |
commit | bcce5d7896e0dd7acb157420b2f8f5920e315d03 (patch) | |
tree | a487b46b556e324cb17f841dd5ee573a41b3830f | |
parent | 7bb7ee7a2460eee1496c6b5e51db09007f7809b1 (diff) | |
download | gsoc2013-epiphany-bcce5d7896e0dd7acb157420b2f8f5920e315d03.tar gsoc2013-epiphany-bcce5d7896e0dd7acb157420b2f8f5920e315d03.tar.gz gsoc2013-epiphany-bcce5d7896e0dd7acb157420b2f8f5920e315d03.tar.bz2 gsoc2013-epiphany-bcce5d7896e0dd7acb157420b2f8f5920e315d03.tar.lz gsoc2013-epiphany-bcce5d7896e0dd7acb157420b2f8f5920e315d03.tar.xz gsoc2013-epiphany-bcce5d7896e0dd7acb157420b2f8f5920e315d03.tar.zst gsoc2013-epiphany-bcce5d7896e0dd7acb157420b2f8f5920e315d03.zip |
Fix two descriptions
2003-05-04 David Adam Bordoley <bordoley@msu.edu>
* data/epiphany.schemas.in:
Fix two descriptions
-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> |