diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-14 17:50:52 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-15 13:32:58 +0100 |
commit | 0c141900b49c2efeb0535dbcbea94f7b9b6aacd2 (patch) | |
tree | f4f06384bdabbb92cea3df0fd6511b23c1c881b8 /sc | |
parent | e19f4c1a1c24de32043c6d94394d048e1dc63dba (diff) |
Change cursor -> pointer in spreadsheet option tip
Change-Id: I4fe40f321849846daaddd1c9374a0271689b5823
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128425
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/tpviewpage.ui | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/tpviewpage.ui b/sc/uiconfig/scalc/ui/tpviewpage.ui index 8592a0968041..533e659d7fb2 100644 --- a/sc/uiconfig/scalc/ui/tpviewpage.ui +++ b/sc/uiconfig/scalc/ui/tpviewpage.ui @@ -465,7 +465,6 @@ <property name="receives-default">False</property> <property name="xalign">0</property> <property name="draw-indicator">True</property> - <property name="label" translatable="no"></property> <child> <placeholder/> </child> @@ -501,7 +500,7 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> - <property name="tooltip-text" translatable="yes" context="tpviewpage|radiobuttonThemedTip">Show the cursor as defined in the icon theme, typically as fat cross.</property> + <property name="tooltip-text" translatable="yes" context="tpviewpage|radiobuttonThemedTip">Show the pointer as defined in the icon theme, typically as fat cross.</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> <property name="group">rbSystemCursor</property> @@ -517,7 +516,7 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> - <property name="tooltip-text" translatable="yes" context="tpviewpage|radiobuttonSystemTip">Show the cursor as system default, typically an arrow pointer.</property> + <property name="tooltip-text" translatable="yes" context="tpviewpage|radiobuttonSystemTip">Show the pointer as system default, typically an arrow pointer.</property> <property name="use-underline">True</property> <property name="active">True</property> <property name="draw-indicator">True</property> |