https://bugs.documentfoundation.org/show_bug.cgi?id=151154
Bug ID: 151154
Summary: Change category "draw" in Template Manager
Product: LibreOffice
Version: 7.3.5.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Created attachment 182651
--> https://bugs.documentfoundation.org/attachment.cgi?id=182651&action=edit
Screenshot showing the problem
In the Template Manager (File - Templates - Manage templates) we have the
"Filter by Category" drop-down list.
Opening this list we have one entry that is called "draw" whereas all others
have full names. This even causes translation issues, since the "draw" string
is untranslatable. See attached image for more details.
The reason "draw" is used is because it is the name of the folder where the
template is located, since we do not have a full Category name to map to this
folder in:
core/sfx2/inc/doctempl.hrc
and in
core/sfx2/source/doc/doctemplates.cxx
I suggest we use the word "Flowcharts" for this category, since it only contain
one template about BPMN flowcharts. And we also need to make this string
translatable.
It's a simple fix. We just need to define which word to use.
--
You are receiving this mail because:
You are the assignee for the bug.