diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-09 02:52:45 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-09 02:52:45 +0800 |
commit | d14ce588e335a055d39d9a9665f55a3496fb76f0 (patch) | |
tree | 0c78cbcac57cedca58d0b24565dec2ca11c7a961 /data/epiphany.schemas.in | |
parent | eba983c9919526bb366dbe7f5d10ef2c266ccd31 (diff) | |
download | gsoc2013-epiphany-d14ce588e335a055d39d9a9665f55a3496fb76f0.tar.gz gsoc2013-epiphany-d14ce588e335a055d39d9a9665f55a3496fb76f0.tar.zst gsoc2013-epiphany-d14ce588e335a055d39d9a9665f55a3496fb76f0.zip |
s/location/address and some other minor changes.
2003-05-08 David Adam Bordoley <bordoley@msu.edu>
* data/epiphany.schemas.in:
* data/starthere/index.xml.in:
* data/starthere/smartbookmarks.xml.in:
s/location/address and some other minor changes.
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 7c4c450ea..e3889073a 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -8,8 +8,8 @@ <default>home:</default> <locale name="C"> <short>Home page</short> - <long>Location for the user's home page. Displayed on start up - and when a new window or tab is created </long> + <long>Address of the user's home page that is displayed when + opening a new window or tab</long> </locale> </schema> <schema> @@ -178,8 +178,8 @@ <type>bool</type> <default>0</default> <locale name="C"> - <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> + <short>Middle click to open the web page pointed to by the currently selected text</short> + <long>Middle clicking on the main view pane will open the web page 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 location in the header</short> - <long>Whether to print the page location in the header</long> + <short>Whether to print the page address in the header</short> + <long>Whether to print the page address in the header</long> </locale> </schema> <schema> |