summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-08-16 22:06:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-08-16 23:02:26 +0200
commit46b7a08767e17ff1ef086393c4e111a8ffa19d55 (patch)
tree0303580471a3f0a694df25cf9bc6af3773a4d937
parent97cb7cd16c809e8311eada4200c748984e3f148f (diff)
Related: fdo#45588 Use of different items for Formatting Marks
There's still help part to change See https://bugs.freedesktop.org/show_bug.cgi?id=45588#c9 Change-Id: Ieb69ebffc680b0352ed481524a95a78bca50ac83
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu2
-rw-r--r--sw/uiconfig/swriter/ui/optformataidspage.ui2
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>