From 1156f981ac4557737dd915e89e11abaa61e29f14 Mon Sep 17 00:00:00 2001
From: Caolán McNamara <caolanm@redhat.com>
Date: Thu, 9 May 2019 16:34:33 +0100
Subject: an is used before a vowel sound
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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>
---
 officecfg/registry/schema/org/openoffice/Office/Common.xcs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'officecfg')

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 3507ed063745..cbee0983ea4b 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -645,7 +645,7 @@
       </info>
       <prop oor:name="URL" oor:type="xs:string">
         <info>
-          <desc>Specifies an URL that should be recovered after the next Office
+          <desc>Specifies a URL that should be recovered after the next Office
           start.</desc>
         </info>
       </prop>
@@ -1283,7 +1283,7 @@
         <!-- UIHints: Tools  AutoCorrect/AutoFormat  Options - URL
              recognition -->
         <info>
-          <desc>Specifies if character strings which could represent an URL
+          <desc>Specifies if character strings which could represent a URL
           should be converted to a hyperlink.</desc>
           <label>Detect URL</label>
         </info>
-- 
cgit