include/svx/strings.hrc | 2 +- officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +- sd/uiconfig/sdraw/menubar/menubar.xml | 1 + sd/uiconfig/sdraw/popupmenu/curve.xml | 1 + sd/uiconfig/simpress/menubar/menubar.xml | 1 + sd/uiconfig/simpress/popupmenu/curve.xml | 1 + 6 files changed, 6 insertions(+), 2 deletions(-)
New commits: commit 716c1c3c973f2b171efb8eca31498a29364b4548 Author: Olivier Hallot <[email protected]> AuthorDate: Sun Jan 14 12:07:12 2024 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Fri Mar 1 11:49:46 2024 +0100 tdf#94535 Change "Fontwork" to "Text along Path" + Applied to Draw and Impress format menu + Applied to Curve context menu + Connected to tdf#118336 Help page. Change-Id: Ibb5d2edf7f5baccf49852b62008aed1c89409f45 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162047 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 3813f9dfceca..f26dbe3bd558 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1801,7 +1801,7 @@ #define RID_SVXSTR_PAGEDIR_LTR_VERT NC_("RID_SVXSTR_PAGEDIR_LTR_VERT", "Left-to-right (vertical)") #define RID_SVXSTR_PAGEDIR_LTR_BTT_VERT NC_("RID_SVXSTR_PAGEDIR_LTR_BTT_VERT", "Bottom-to-top, left-to-right (vertical)") -#define RID_SVXSTR_FONTWORK NC_("RID_SVXSTR_FONTWORK", "Fontwork") +#define RID_SVXSTR_FONTWORK NC_("RID_SVXSTR_FONTWORK", "Text along Path...") #define RID_SVXSTR_SIGNATURELINE_DSIGNED_BY NC_("RID_SVXSTR_SIGNATURELINE_DSIGNED_BY", "Digitally signed by:") #define RID_SVXSTR_SIGNATURELINE_DATE NC_("RID_SVXSTR_SIGNATURELINE_DATE", "Date: %1") diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 6da4532d2687..5b438e01ffe1 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3934,7 +3934,7 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 </node> <node oor:name=".uno:FontWork" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">F~ontwork</value> + <value xml:lang="en-US">Text along Path</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> diff --git a/sd/uiconfig/sdraw/menubar/menubar.xml b/sd/uiconfig/sdraw/menubar/menubar.xml index b1058bbda973..1865877146e3 100644 --- a/sd/uiconfig/sdraw/menubar/menubar.xml +++ b/sd/uiconfig/sdraw/menubar/menubar.xml @@ -428,6 +428,7 @@ <menu:menuitem menu:id=".uno:FormatArea"/> <menu:menuitem menu:id=".uno:Window3D"/> <menu:menuitem menu:id=".uno:FillShadow"/> + <menu:menuitem menu:id=".uno:FontWork"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:NameGroup" menu:style="text"/> <menu:menuitem menu:id=".uno:ObjectTitleDescription" menu:style="text"/> diff --git a/sd/uiconfig/sdraw/popupmenu/curve.xml b/sd/uiconfig/sdraw/popupmenu/curve.xml index ee57366df1c8..535a9182505f 100644 --- a/sd/uiconfig/sdraw/popupmenu/curve.xml +++ b/sd/uiconfig/sdraw/popupmenu/curve.xml @@ -54,6 +54,7 @@ <menu:menuitem menu:id=".uno:LeaveGroup"/> <menu:menuitem menu:id=".uno:Dismantle"/> <menu:menuitem menu:id=".uno:Break"/> + <menu:menuitem menu:id=".uno:FontWork"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:NameGroup"/> <menu:menuitem menu:id=".uno:ObjectTitleDescription"/> diff --git a/sd/uiconfig/simpress/menubar/menubar.xml b/sd/uiconfig/simpress/menubar/menubar.xml index 1ee7c7011cd5..55480466b9dd 100644 --- a/sd/uiconfig/simpress/menubar/menubar.xml +++ b/sd/uiconfig/simpress/menubar/menubar.xml @@ -461,6 +461,7 @@ </menu:menupopup> </menu:menu> <menu:menuitem menu:id=".uno:FillShadow"/> + <menu:menuitem menu:id=".uno:FontWork"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:AnimationEffects"/> <menu:menuitem menu:id=".uno:NameGroup" menu:style="text"/> diff --git a/sd/uiconfig/simpress/popupmenu/curve.xml b/sd/uiconfig/simpress/popupmenu/curve.xml index 3c5db45de302..3d0057f74e61 100644 --- a/sd/uiconfig/simpress/popupmenu/curve.xml +++ b/sd/uiconfig/simpress/popupmenu/curve.xml @@ -20,6 +20,7 @@ <menu:menuitem menu:id=".uno:FontDialog"/> <menu:menuitem menu:id=".uno:ParagraphDialog"/> <menu:menuseparator/> + <menu:menuitem menu:id=".uno:FontWork"/> <menu:menu menu:id=".uno:ObjectAlign"/> <menu:menu menu:id=".uno:ArrangeMenu"> <menu:menupopup>
