https://issues.apache.org/ooo/show_bug.cgi?id=123834
Bug ID: 123834
Issue Type: DEFECT
Summary: Wrong description of some regular expressions
Product: Writer
Version: 4.0.1
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: help
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
On the original English text on
helpcontent2/source/text/shared/01.po
it is possible to find these strings:
02100001.xhp#par_id3147397.227.help.text
Represents an alphabetic character. Use [:alpha:]+ to find one of them.
02100001.xhp#par_id3150010.217.help.text
Represents a decimal digit. Use [:digit:]+ to find one of them.
Both are wrong. Instead of "...to find one of them" the text should read "...to
find one OR MORE of them".
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.