diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-02-09 14:52:58 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-02-13 13:17:12 +0000 |
commit | ef3c81d0fca9c8f80fd0d4e4025c37a114528344 (patch) | |
tree | aa0307793351dbe74d991af95baf610e269dcc7a /officecfg/registry/schema | |
parent | 32267c54d7430886e643b297b5e03f5fbf08cf19 (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>
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs | 4 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs | 3 |
2 files changed, 3 insertions, 4 deletions
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> |