diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-07-15 16:24:53 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-07-16 01:54:41 +0200 |
commit | 9ee8b3b8d9b36fa0f0988db5e9ebb664f5d81da0 (patch) | |
tree | 06b5579a2a4bdea38344fc08d2f0eaf03e1b8e38 /officecfg/registry | |
parent | bc3fd0c8110256c920669e6e355b42504b17c7b2 (diff) |
tdf#161914 Rename "Pen Width" to "Pen Thickness"
Change-Id: I3a6bc7143a7a621c7c1ebdfd2b33d6021f6b4a66
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170482
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Impress.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index 77319ab50499..001ee08d2a64 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -537,8 +537,8 @@ <prop oor:name="PenWidth" oor:type="xs:double" oor:nillable="false"> <!-- UIHints: slide show context menu --> <info> - <desc>Width of the pen during slideshow.</desc> - <label>Pen Width</label> + <desc>Thickness of the pen during slideshow.</desc> + <label>Pen Thickness</label> </info> <value>150</value> </prop> |