diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-25 10:24:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-25 13:24:23 +0100 |
commit | c7fcd5a3bdbf181817ce6e5d2067434d480287a6 (patch) | |
tree | c70bcf35b102de68dc26709040016faadecf0f99 /extensions | |
parent | ea09bad389ee1af19e5e626905e4d67bcc94636e (diff) |
Related: tdf#146971 remove %PRODUCTNAME from accessible-description
Change-Id: I83ff18c8b5e95fa172de950eb351cbfd855c9d5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128919
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/datasourcepage.ui | 2 | ||||
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/selecttablepage.ui | 4 | ||||
-rw-r--r-- | extensions/uiconfig/sabpilot/ui/selecttypepage.ui | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui index 942653057d24..3a5ef24196e6 100644 --- a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui +++ b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui @@ -131,7 +131,7 @@ Now, just enter the name under which you want to register the data source in %PR <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="available-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="datasourcepage|extended_tip|available">Registers the newly created database file in %PRODUCTNAME. The database will then be listed in the Data sources pane (Ctrl+Shift+F4). If this check box is cleared, the database will be available only by opening the database file.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="datasourcepage|extended_tip|available">Registers the newly created database file in the office suite. The database will then be listed in the Data sources pane (Ctrl+Shift+F4). If this check box is cleared, the database will be available only by opening the database file.</property> </object> </child> </object> diff --git a/extensions/uiconfig/sabpilot/ui/selecttablepage.ui b/extensions/uiconfig/sabpilot/ui/selecttablepage.ui index 0ef0e0f8ef11..55fbb5e9c6c5 100644 --- a/extensions/uiconfig/sabpilot/ui/selecttablepage.ui +++ b/extensions/uiconfig/sabpilot/ui/selecttablepage.ui @@ -74,7 +74,7 @@ Please select the one you mainly want to work with:</property> </child> <child internal-child="accessible"> <object class="AtkObject" id="table-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="selecttablepage|extended_tip|table">Specifies the table that is to serve as the address book for the %PRODUCTNAME templates.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="selecttablepage|extended_tip|table">Specifies the table that is to serve as the address book for the office suite templates.</property> </object> </child> </object> @@ -87,7 +87,7 @@ Please select the one you mainly want to work with:</property> </child> <child internal-child="accessible"> <object class="AtkObject" id="SelectTablePage-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="selecttablepage|extended_tip|SelectTablePage">Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in %PRODUCTNAME.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="selecttablepage|extended_tip|SelectTablePage">Specifies a table from the Seamonkey / Netscape address book source that is used as the address book in the office suite.</property> </object> </child> </object> diff --git a/extensions/uiconfig/sabpilot/ui/selecttypepage.ui b/extensions/uiconfig/sabpilot/ui/selecttypepage.ui index 02be4d34b3f8..d7493388cfc4 100644 --- a/extensions/uiconfig/sabpilot/ui/selecttypepage.ui +++ b/extensions/uiconfig/sabpilot/ui/selecttypepage.ui @@ -168,7 +168,7 @@ This wizard helps you create the data source.</property> <property name="group">evolution</property> <child internal-child="accessible"> <object class="AtkObject" id="other-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="selecttypepage|extended_tip|other">Select this option if you want to register another data source as address book in %PRODUCTNAME.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="selecttypepage|extended_tip|other">Select this option if you want to register another data source as address book in the office suite.</property> </object> </child> </object> @@ -204,7 +204,7 @@ This wizard helps you create the data source.</property> </child> <child internal-child="accessible"> <object class="AtkObject" id="SelectTypePage-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="selecttypepage|extended_tip|SelectTypePage">This wizard registers an existing address book as a data source in %PRODUCTNAME.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="selecttypepage|extended_tip|SelectTypePage">This wizard registers an existing address book as a data source in the office suite.</property> </object> </child> </object> |