diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-07-13 15:48:53 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-07-15 02:41:16 +0200 |
commit | bbd5079c58e352ece8f10328f8dcda9819c4cfbe (patch) | |
tree | cdf76da63f5614ebff1d0c6fded50f7c1a068d9d /sd | |
parent | 091f9a595313b6cf23c5b595fc9e0c1dbd624b36 (diff) |
tdf#161914 Rename "Pen Width" to "Pen Thickness"
Change-Id: Ic16370a0e583ed74da4c6c3548b9eb2cea9d1b75
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170363
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Jenkins
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/slidecontextmenu.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/slidecontextmenu.ui b/sd/uiconfig/simpress/ui/slidecontextmenu.ui index 91b5e1b59d0a..55f9d19290cb 100644 --- a/sd/uiconfig/simpress/ui/slidecontextmenu.ui +++ b/sd/uiconfig/simpress/ui/slidecontextmenu.ui @@ -43,7 +43,7 @@ <object class="GtkMenuItem" id="width"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="slidecontextmenu|width">_Pen Width</property> + <property name="label" translatable="yes" context="slidecontextmenu|width">_Pen Thickness</property> <property name="use-underline">True</property> <child type="submenu"> <object class="GtkMenu" id="widthmenu"> |