summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/tabpages/strings.src2
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs9
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs4
3 files changed, 8 insertions, 7 deletions
diff --git a/cui/source/tabpages/strings.src b/cui/source/tabpages/strings.src
index 8b7b4880e7f9..744aa6b60d58 100644
--- a/cui/source/tabpages/strings.src
+++ b/cui/source/tabpages/strings.src
@@ -105,7 +105,7 @@ String RID_SVXSTR_CPTL_STT_SENT
};
String RID_SVXSTR_BOLD_UNDER
{
- Text [ en-US ] = "Automatic *bold* and _underline_" ;
+ Text [ en-US ] = "Automatic *bold*, /italic/, -strikeout- and _underline_" ;
};
String RID_SVXSTR_NO_DBL_SPACES
{
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 7bad088a2d5b..367d45d676d9 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -1260,12 +1260,13 @@
<prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: AutoCorrect/Options/All -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold*
- and _underline_ -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold*,
+ /italic/, -strikeout- and _underline_ -->
<info>
<desc>Specifies if text should be formatted in bold or underlined when
- the corresponding characters are entered (*bold*, _underline_).</desc>
- <label>Apply underline or bold</label>
+ the corresponding characters are entered (*bold*, /italic/, -strikeout-,
+ _underline_).</desc>
+ <label>Apply bold, italics, strikeout or underline</label>
</info>
<value>true</value>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index e17bd6d6a486..7a21b5bbd344 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -4250,9 +4250,9 @@
<prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Writer/AutoFormat/Options -->
<!-- OldLocation: Soffice.cfg -->
- <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold* and _underline_ -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold*, /italic/, -strikeout- and _underline_ -->
<info>
- <desc>Specifies whether text is formatted in bold or underlined when the corresponding characters are entered (*bold*, _underline_).</desc>
+ <desc>Specifies whether text is formatted in bold or underlined when the corresponding characters are entered (*bold*, /italic/, -strikeout-, _underline_).</desc>
<label>Apply underline or bold</label>
</info>
<value>true</value>