https://bugs.documentfoundation.org/show_bug.cgi?id=144189
--- Comment #4 from V Stuart Foote <[email protected]> --- The Unicode descriptive name for the two glyphs are: U+2880 DOES NOT PRECEDE U+2881 DOES NOT SUCCEED We have the wrong name as labeled/tool-tipped in the sm Elements pane #define RID_XNOTPRECEDESY_HELP NC_("RID_XNOTPRECEDESY_HELP", "Not precedes" ) #define RID_XNOTSUCCEEDSY_HELP NC_("RID_XNOTSUCCEEDSY_HELP", "Not succeeds" ) Likewise for: U+2204 THERE DOES NOT EXIST wehre we label #define RID_NOTEXISTS_HELP NC_("RID_NOTEXISTS_HELP", "There Not Exists" ) Should probably match the Unicode name since we don't translate. -- You are receiving this mail because: You are the assignee for the bug.
