summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-02-09 14:52:58 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2023-02-13 13:17:12 +0000
commitef3c81d0fca9c8f80fd0d4e4025c37a114528344 (patch)
treeaa0307793351dbe74d991af95baf610e269dcc7a
parent32267c54d7430886e643b297b5e03f5fbf08cf19 (diff)
Rename: Extension Manager -> Extensions
simplify dialog title, should be clear what this is about. Change-Id: I65d8ca89e32cc225a07483703cd27b0fdc630b42 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146715 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_app.cxx4
-rw-r--r--desktop/uiconfig/ui/extensionmanager.ui2
-rw-r--r--desktop/uiconfig/ui/updateinstalldialog.ui2
-rw-r--r--offapi/com/sun/star/deployment/XPackageManager.idl2
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs4
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs3
-rw-r--r--sysui/desktop/man/unopkg.12
8 files changed, 10 insertions, 11 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
index c235eba1f523..0ecb328b7c69 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
@@ -92,7 +92,7 @@ u"\n"
" remove remove extensions by identifier\n"
" reinstall expert feature: reinstall all deployed extensions\n"
" list list information about deployed extensions\n"
-" gui raise Extension Manager Graphical User Interface (GUI)\n"
+" gui raise Extensions dialog\n"
"\n"
"options:\n"
" -h, --help this help\n"
@@ -110,7 +110,7 @@ u"\n"
" --deployment-context expert feature: explicit deployment context\n"
" <context>\n"
"\n"
-"To learn more about the Extension Manager and extensions, see:\n"
+"To learn more about extensions, see:\n"
"https://wiki.documentfoundation.org/Documentation/DevGuide/Extensions\n\n";
diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui
index f1eba95b038d..215536e179ab 100644
--- a/desktop/uiconfig/ui/extensionmanager.ui
+++ b/desktop/uiconfig/ui/extensionmanager.ui
@@ -5,7 +5,7 @@
<object class="GtkDialog" id="ExtensionManagerDialog">
<property name="can-focus">False</property>
<property name="border-width">6</property>
- <property name="title" translatable="yes" context="extensionmanager|ExtensionManagerDialog">Extension Manager</property>
+ <property name="title" translatable="yes" context="extensionmanager|ExtensionManagerDialog">Extensions</property>
<property name="default-width">0</property>
<property name="default-height">0</property>
<property name="type-hint">dialog</property>
diff --git a/desktop/uiconfig/ui/updateinstalldialog.ui b/desktop/uiconfig/ui/updateinstalldialog.ui
index 6ef80d393df2..15e7bcc398f3 100644
--- a/desktop/uiconfig/ui/updateinstalldialog.ui
+++ b/desktop/uiconfig/ui/updateinstalldialog.ui
@@ -175,7 +175,7 @@
</child>
<child internal-child="accessible">
<object class="AtkObject" id="UpdateInstallDialog-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="updateinstalldialog|extended_tip|UpdateInstallDialog">Click the Check for Updates button in the Extension Manager to check for online updates for all installed extensions. To check for online updates for only the selected extension, right-click to open the context menu, then choose Update.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="updateinstalldialog|extended_tip|UpdateInstallDialog">Click the Check for Updates button in the Extensions dialog to check for online updates for all installed extensions. To check for online updates for only the selected extension, right-click to open the context menu, then choose Update.</property>
</object>
</child>
</object>
diff --git a/offapi/com/sun/star/deployment/XPackageManager.idl b/offapi/com/sun/star/deployment/XPackageManager.idl
index 2fc1769a583a..4e163e6fba24 100644
--- a/offapi/com/sun/star/deployment/XPackageManager.idl
+++ b/offapi/com/sun/star/deployment/XPackageManager.idl
@@ -225,7 +225,7 @@ interface XPackageManager
<p>
Normally one would call a method and handle the exception
if writing failed. However, a GUI interface may need to know beforehand
- if writing is allowed. For example, the Extension Manager dialog
+ if writing is allowed. For example, the Extensions dialog
needs to enable / disable the Add button depending if the user has
write permission. Only the XPackageManager implementation knows the
location of the installed extensions. Therefore it is not possible
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 250d641f3b25..07a772f54d72 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6328,7 +6328,7 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
</node>
<node oor:name="service:com.sun.star.deployment.ui.PackageManagerDialog" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Extension Manager...</value>
+ <value xml:lang="en-US">~Extensions...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs b/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
index eaf840cd90e4..1f6f0c4c35e8 100644
--- a/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
@@ -53,14 +53,14 @@
</info>
<prop oor:name="DisableExtensionInstallation" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Specifies whether to disable extension installation via the Extension Manager dialog.</desc>
+ <desc>Specifies whether to disable extension installation via the Extensions dialog.</desc>
<label>Disable Extension Installation</label>
</info>
<value>false</value>
</prop>
<prop oor:name="DisableExtensionRemoval" oor:type="xs:boolean" oor:nillable="false">
<info>
- <desc>Specifies whether to disable extension removal via the Extension Manager dialog.</desc>
+ <desc>Specifies whether to disable extension removal via the Extensions dialog.</desc>
<label>Disable Extension Removal</label>
</info>
<value>false</value>
diff --git a/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs b/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
index 979c0d65eb00..75746fb57fba 100644
--- a/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
@@ -69,8 +69,7 @@
<desc>Defines a Module. The options dialog displays entries in its tree
view only if they are defined to belong to the Module for which the
options dialog is being displayed. The exception is the options dialog
- which is invoked from the Extension Manager, where the Module is
- irrelevant.</desc>
+ which is invoked from the Extensions dialog, where the Module is irrelevant.</desc>
</info>
<set oor:name="Nodes" oor:node-type="OrderedNode">
<info>
diff --git a/sysui/desktop/man/unopkg.1 b/sysui/desktop/man/unopkg.1
index b3671b09e43f..ffb9f1c30d7a 100644
--- a/sysui/desktop/man/unopkg.1
+++ b/sysui/desktop/man/unopkg.1
@@ -44,7 +44,7 @@ reinstall all deployed extensions (only for experts)
list information about the deployed extensions
.TP
\fBgui\fR
-raise Extension Manager Graphical User Interface (GUI)
+raise Extensions dialog
.SH OPTIONS
.TP