diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-10 15:45:04 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-11 08:27:48 +0200 |
commit | df15a079e9a2f6c7cff44c8d0b00b0bcd64a8c62 (patch) | |
tree | 6574f08a327b5d146c50dd9dd7dd58c8165f7a38 /cui | |
parent | 0a7bdf6eebe12a318bab7e265477ef632d3a34d2 (diff) |
Change extended tip in dimensionlinestabpages.ui
Change-Id: Ibd51662c88d3d3ed0210f4af1f66369bf94c0d62
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135617
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/dimensionlinestabpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/dimensionlinestabpage.ui b/cui/uiconfig/ui/dimensionlinestabpage.ui index a80fc3ac8fe7..f3c1de0abf77 100644 --- a/cui/uiconfig/ui/dimensionlinestabpage.ui +++ b/cui/uiconfig/ui/dimensionlinestabpage.ui @@ -437,7 +437,7 @@ <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="TSB_PARALLEL-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="dimensionlinestabpage|extended_tip|TSB_PARALLEL">Displays the text parallel to or at 90 degrees to the dimension line.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="dimensionlinestabpage|extended_tip|TSB_PARALLEL">If enabled, displays the text parallel to the dimension line. If disabled, the text is shown at 90 degrees to the dimension line.</property> </object> </child> </object> @@ -458,7 +458,7 @@ <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="TSB_SHOW_UNIT-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="dimensionlinestabpage|extended_tip|TSB_SHOW_UNIT">Shows or hides the dimension measurement units. You can also select a measurement unit you want to display from the list.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="dimensionlinestabpage|extended_tip|TSB_SHOW_UNIT">Shows or hides the dimension measurement unit. You can select a measurement unit you want to display from the list.</property> </object> </child> </object> |