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 | |
parent | eba983c9919526bb366dbe7f5d10ef2c266ccd31 (diff) | |
download | gsoc2013-epiphany-d14ce588e335a055d39d9a9665f55a3496fb76f0.tar gsoc2013-epiphany-d14ce588e335a055d39d9a9665f55a3496fb76f0.tar.gz gsoc2013-epiphany-d14ce588e335a055d39d9a9665f55a3496fb76f0.tar.bz2 gsoc2013-epiphany-d14ce588e335a055d39d9a9665f55a3496fb76f0.tar.lz gsoc2013-epiphany-d14ce588e335a055d39d9a9665f55a3496fb76f0.tar.xz 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')
-rw-r--r-- | data/epiphany.schemas.in | 12 | ||||
-rw-r--r-- | data/starthere/index.xml.in | 4 | ||||
-rw-r--r-- | data/starthere/smartbookmarks.xml.in | 2 |
3 files changed, 9 insertions, 9 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> diff --git a/data/starthere/index.xml.in b/data/starthere/index.xml.in index 22b1588ed..9e25d2c61 100644 --- a/data/starthere/index.xml.in +++ b/data/starthere/index.xml.in @@ -7,8 +7,8 @@ </bar> <_title>The web browser</_title> <_paragraph> -You can start browsing web pages either by typing a location (example: www.google.com) -or a keyword (example: best computer shop) in the toolbar text entry and then pressing +You can start browsing web pages either by typing a web address (example: www.google.com) +or a search phrase (example: best computer shop) in the address entry and then pressing the Enter key. You can remember important visited pages using bookmarks or browse all of them with the history dialog. </_paragraph> diff --git a/data/starthere/smartbookmarks.xml.in b/data/starthere/smartbookmarks.xml.in index 08cc1a406..946b57a22 100644 --- a/data/starthere/smartbookmarks.xml.in +++ b/data/starthere/smartbookmarks.xml.in @@ -9,7 +9,7 @@ <_title>Smart Bookmarks</_title> <_paragraph> Smart bookmarks allows to perform searches and similar actions directly from -the location entry. +the address entry. </_paragraph> <_paragraph> Right click the links and choose "Bookmark Link..." from the menu list. |