diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2021-01-01 18:12:26 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-01-13 14:27:45 +0100 |
commit | f3d39d9a8502ae678a4eedfb73d1efc49104d7dc (patch) | |
tree | 19ba069547af0ef58280d440aef84e26e3243e8c /officecfg | |
parent | 84ecc3ae43815a33b6b76349c5b5a7097dd329e6 (diff) |
tdf#136686 Improve toolbar label for "Strong Emphasis" character style
tdf#136686 demonstrates the confusion that arises, if one is
not familiar with the HTML convention of "strong emphasis"
* remove "Strong" label in "Styles formatting toolbar"so that
"Strong Emphasis" appears in Toolbar Customization.
* remove "Default" label in "Styles formatting toolbar"so that
"Default Character" appears in Toolbar Customization.
(reflecting change to distinguish Default Character from
Default Paragraph)
* remove "Quote" label in "Styles formatting toolbar"so that
"Quotation" appears in Toolbar Customization.
* add "Table" to "Default Table Style" (reflecting change to
differentiate Default Styles)
* Add tooltips for "Strong Emphasis" and "Quotation" CS
These changes should also result in identical label appearance
in both Menus customization and Toolbar customization.
Change-Id: I588cdcba51ab6b8ab1e8a44de577ebe7d4f4658d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108577
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 0c593f09373f..1f6ed2730309 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -127,7 +127,6 @@ <prop oor:name="TooltipLabel" oor:type="xs:string"> <value xml:lang="en-US">Insert Endnote</value> </prop> - <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> </prop> @@ -3454,6 +3453,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Strong Emphasis</value> </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Strong Emphasis Character Style</value> + </prop> </node> <node oor:name=".uno:StrongEmphasisCharStyle" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -3473,6 +3475,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Qu~otation</value> </prop> + <prop oor:name="TooltipLabel" oor:type="xs:string"> + <value xml:lang="en-US">Quotation Character Style</value> + </prop> </node> <node oor:name=".uno:QuoteCharStyle" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -3609,7 +3614,7 @@ </node> <node oor:name=".uno:StyleApply?Style:string=Default Style&FamilyName:string=TableStyles" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Default Style</value> + <value xml:lang="en-US">Default Table Style</value> </prop> </node> <node oor:name=".uno:StyleApply?Style:string=Academic&FamilyName:string=TableStyles" oor:op="replace"> |