diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-09 16:34:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 10:01:13 +0200 |
commit | 1156f981ac4557737dd915e89e11abaa61e29f14 (patch) | |
tree | 86e847ba365f478bb74d3fc4e3785689d8b45c6f /desktop/test | |
parent | 0dc47739176493ded49b665c5fdfe0fe8fff39c1 (diff) |
an is used before a vowel sound
not before vowels with a consonant sound so its a url not an url
Change-Id: Ic27ff3bee67469284d460c31ced6f63cb3633db2
Reviewed-on: https://gerrit.libreoffice.org/72062
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/test')
4 files changed, 7 insertions, 7 deletions
diff --git a/desktop/test/deployment/update/default_url/readme.txt b/desktop/test/deployment/update/default_url/readme.txt index 4ae7936bfc18..a34c77cea827 100644 --- a/desktop/test/deployment/update/default_url/readme.txt +++ b/desktop/test/deployment/update/default_url/readme.txt @@ -1,6 +1,6 @@ Tests for using the default URL for update information. This URL is currently contained in the version.ini (ExtensionUpdateURL) and is used to obtain update information for extensions which do not provide -an URL themselves. +a URL themselves. The extensions default1.oxt and default2.oxt do not have a URL for update information. diff --git a/desktop/test/deployment/update/publisher/readme.txt b/desktop/test/deployment/update/publisher/readme.txt index 92875e03f13b..9bae3e067f2b 100644 --- a/desktop/test/deployment/update/publisher/readme.txt +++ b/desktop/test/deployment/update/publisher/readme.txt @@ -77,7 +77,7 @@ Result: The Update Dialog should show the publisher name as provided in the description.xml. For example, when lang=en-US was selected: My OpenOffice en-US -A release notes link is displayed with an URL to the release notes as provided in +A release notes link is displayed with a URL to the release notes as provided in the description.xml. For example, when lang=en-US was selected: "http://extensions.openoffice.org/testarea/desktop/publisher/publisher_en-US.html @@ -124,7 +124,7 @@ Result: The Update Dialog should show the publisher name as provided in the description.xml. For example, when lang=en-US was selected: My OpenOffice en-US -A release notes link is displayed with an URL to the release notes as provided in the release notes +A release notes link is displayed with a URL to the release notes as provided in the release notes field on the edit page for the extension in the repository. ================================================================================ @@ -165,7 +165,7 @@ Office: Result: The Update Dialog should show the publisher name as provided in the repository. -A release notes link is displayed with an URL to the release notes as provided in the +A release notes link is displayed with a URL to the release notes as provided in the pub10.oxt. For example, when the locale of the office is en-US then this page will be displayed: For example, diff --git a/desktop/test/deployment/update/readme.txt b/desktop/test/deployment/update/readme.txt index 1ddcdc855307..fa1778308912 100644 --- a/desktop/test/deployment/update/readme.txt +++ b/desktop/test/deployment/update/readme.txt @@ -45,7 +45,7 @@ For example The different test folders for the update are also committed in project extensions/www -so that the files can be obtain via an URL. The structure and the contents is about the +so that the files can be obtain via a URL. The structure and the contents is about the same as the content of desktop/test/deployment/update For example in diff --git a/desktop/test/deployment/update/website_update/readme.txt b/desktop/test/deployment/update/website_update/readme.txt index 4ae5ddd9182f..dd54207ad981 100644 --- a/desktop/test/deployment/update/website_update/readme.txt +++ b/desktop/test/deployment/update/website_update/readme.txt @@ -77,7 +77,7 @@ Result: The Update Dialog should show the publisher name as provided in "Provider URL" field of the extension edit page (not release). -A release notes link is displayed with an URL to the release notes as provided in +A release notes link is displayed with a URL to the release notes as provided in the "Provider Title" field of the extension release edit page. When running the update then the web browser should navigate to @@ -125,7 +125,7 @@ Result: The Update Dialog should show the publisher name as provided in the description.xml. That is: My OpenOffice en-US and NOT "FOO". -A release notes link is displayed with an URL to the release notes as provided in +A release notes link is displayed with a URL to the release notes as provided in the description.xml. That is: http://extensions.openoffice.org/testarea/desktop/publisher/release-notes_xxx.html |