diff options
author | Jeff Huang <jeff@mail.ossii.com.tw> | 2022-01-21 14:02:32 +0800 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-01-24 13:00:50 +0100 |
commit | 6ff04de38652d639694489f9dc8e58c7039e067d (patch) | |
tree | f7e3bd9a0da15237ef523465cb1a18143f82584e /officecfg | |
parent | a0ba124aac91f443fa381b7991e1f55298c9e7df (diff) |
tdf#139735 Change "Links to External Files" to more precise sentence.
Change "Links to External Files" to "External Links" for all components.
Change-Id: Id6bec316c8ded153c724751d89f6f1a879b9a00e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128718
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
3 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 12e39a72ed0f..9e5129c7329a 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -235,7 +235,7 @@ </node> <node oor:name=".uno:InsertExternalDataSource" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Link to E~xternal Data...</value> + <value xml:lang="en-US">E~xternal Links...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 7d0f7721ab42..a7566af9360f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -757,7 +757,7 @@ </node> <node oor:name=".uno:ManageLinks" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Lin~ks to External Files...</value> + <value xml:lang="en-US">E~xternal Links...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index ffc66b25c054..c70f51e6b204 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1486,7 +1486,7 @@ </node> <node oor:name=".uno:LinkDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Lin~ks to External Files...</value> + <value xml:lang="en-US">E~xternal Links...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |