This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 65a90f6baf Unify string
65a90f6baf is described below
commit 65a90f6baf70a4811cc9dd36c173c8de58912f4c
Author: mseidel <[email protected]>
AuthorDate: Sat Sep 27 13:32:12 2025 +0200
Unify string
---
main/desktop/source/deployment/gui/dp_gui_dialog2.src | 2 +-
main/helpcontent2/source/text/shared/01/packagemanager.xhp | 2 +-
main/helpcontent2/source/text/shared/explorer/database/rep_main.xhp | 2 +-
.../registry/schema/org/openoffice/Office/ExtensionManager.xcs | 5 ++---
4 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/main/desktop/source/deployment/gui/dp_gui_dialog2.src
b/main/desktop/source/deployment/gui/dp_gui_dialog2.src
index 485f4553c7..a763180158 100644
--- a/main/desktop/source/deployment/gui/dp_gui_dialog2.src
+++ b/main/desktop/source/deployment/gui/dp_gui_dialog2.src
@@ -55,7 +55,7 @@ ModelessDialog RID_DLG_EXTENSION_MANAGER
{
NoLabel = TRUE ;
TabStop = TRUE ;
- Text [ en-US ] = "Get more extensions online..." ;
+ Text [ en-US ] = "More extensions online..." ;
Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH,
RSC_CD_FIXEDTEXT_HEIGHT ) ;
};
diff --git a/main/helpcontent2/source/text/shared/01/packagemanager.xhp
b/main/helpcontent2/source/text/shared/01/packagemanager.xhp
index 2eab4a1d7d..e2110bd914 100644
--- a/main/helpcontent2/source/text/shared/01/packagemanager.xhp
+++ b/main/helpcontent2/source/text/shared/01/packagemanager.xhp
@@ -73,7 +73,7 @@
</list><comment>UFI: Extension Guide needed. Until we have that guide, I'll
add some more info in this file.</comment>
<paragraph id="hd_id3895382" role="heading" xml-lang="en-US" level="2">To
install an extension</paragraph>
<paragraph id="par_id9143955" role="paragraph" xml-lang="en-US">An extension
is available as a file with the file extension .oxt.</paragraph>
-<paragraph id="par_id7857905" role="paragraph" xml-lang="en-US">You can find a
collection of extensions on the Web. Click the "Get more extensions here" link
in the Extension Manager to open your Web browser and see the <link
href="https://extensions.openoffice.org/">https://extensions.openoffice.org/</link>
page.<comment># i78606</comment></paragraph>
+<paragraph id="par_id7857905" role="paragraph" xml-lang="en-US">You can find a
collection of extensions on the Web. Click the "More extensions online" link in
the Extension Manager to open your Web browser and see the <link
href="https://extensions.openoffice.org/">https://extensions.openoffice.org/</link>
page.<comment># i78606</comment></paragraph>
<paragraph id="hd_id5016937" role="heading" xml-lang="en-US" level="3">To
install a user extension</paragraph>
<paragraph id="par_id1856440" role="paragraph" xml-lang="en-US">Do any of the
following:</paragraph>
<list type="ordered">
diff --git
a/main/helpcontent2/source/text/shared/explorer/database/rep_main.xhp
b/main/helpcontent2/source/text/shared/explorer/database/rep_main.xhp
index 4fdf8b89d6..d7b4e9a436 100644
--- a/main/helpcontent2/source/text/shared/explorer/database/rep_main.xhp
+++ b/main/helpcontent2/source/text/shared/explorer/database/rep_main.xhp
@@ -43,7 +43,7 @@
<paragraph xml-lang="en-US" id="par_id5284279" role="paragraph"
l10n="NEW">Choose Tools - Extension Manager to open the <link
href="text/shared/01/packagemanager.xhp">Extension Manager</link>.</paragraph>
</listitem>
<listitem>
-<paragraph xml-lang="en-US" id="par_id4494766" role="paragraph" l10n="CHG">If
you see the Report Builder in the Extension Manager list, then you do not need
to install the extension. Else click the link "Get more extensions here". This
opens your web browser at the address <link
href="http://extensions.openoffice.org">http://extensions.openoffice.org</link>
and shows a list of available extensions.</paragraph>
+<paragraph xml-lang="en-US" id="par_id4494766" role="paragraph" l10n="CHG">If
you see the Report Builder in the Extension Manager list, then you do not need
to install the extension. Else click the link "More extensions online". This
opens your web browser at the address <link
href="https://extensions.openoffice.org">https://extensions.openoffice.org</link>
and shows a list of available extensions.</paragraph>
</listitem>
<listitem>
<paragraph xml-lang="en-US" id="par_id7858516" role="paragraph"
l10n="NEW">Find the Report Builder extension. Click at the icon or the "click
here" text link. This opens the download page for the extension.</paragraph>
diff --git
a/main/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
b/main/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
index 75e9975aea..c1f235522a 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
@@ -20,7 +20,6 @@
*
***********************************************************-->
-
<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
oor:name="ExtensionManager" oor:package="org.openoffice.Office"
xml:lang="en-US">
<info>
@@ -45,8 +44,8 @@
</info>
<prop oor:name="WebsiteLink" oor:type="xs:string">
<info>
- <desc>This links is used from the
Extension Manager. A user can click on the &Download extensions...&
- control so that a browser is
opened which displayed the website to which directs this URL.
+ <desc>This links is used from the
Extension Manager. A user can click on the &More extensions online...&
+ control so that a browser is
opened with the website to which this URL directs.
</desc>
</info>
<value></value>