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 /desktop | |
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 'desktop')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_app.cxx | 4 | ||||
-rw-r--r-- | desktop/uiconfig/ui/extensionmanager.ui | 2 | ||||
-rw-r--r-- | desktop/uiconfig/ui/updateinstalldialog.ui | 2 |
3 files changed, 4 insertions, 4 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> |