diff options
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/optformataidspage.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 74597a3ae42a..f9e33bf78594 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -5547,7 +5547,7 @@ </node> <node oor:name=".uno:InsertSoftHyphen" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Optional hyphen</value> + <value xml:lang="en-US">S~oft hyphen</value> </prop> </node> <node oor:name=".uno:InsertNonBreakingSpace" oor:op="replace"> diff --git a/sw/uiconfig/swriter/ui/optformataidspage.ui b/sw/uiconfig/swriter/ui/optformataidspage.ui index c1284538d004..85dd592c205d 100644 --- a/sw/uiconfig/swriter/ui/optformataidspage.ui +++ b/sw/uiconfig/swriter/ui/optformataidspage.ui @@ -57,7 +57,7 @@ </child> <child> <object class="GtkCheckButton" id="hyphens"> - <property name="label" translatable="yes">Custom h_yphens</property> + <property name="label" translatable="yes">Soft h_yphens</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |