https://bugs.documentfoundation.org/show_bug.cgi?id=146748
Heiko Tietze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |103364 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda |.freedesktop.org |tion.org, | |mentoring@documentfoundatio | |n.org See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=12 | |0905 Keywords|needsUXEval |difficultyBeginner, | |easyHack, skillDesign, | |topicUI --- Comment #4 from Heiko Tietze <[email protected]> --- (In reply to sdc.blanco from comment #2) > 2. Perhaps "More..." label should become "Customize" (which would give > truth/accuracy in labeling) I like the "Customize" idea. To open the last used tab still requires some proper wording and is in-congruent to "More <...>" and "Customize". And eventually I'd prefer if all Bullets & Numbering dialogs become reworked as done for Impress (Format > B&N...) -> bug 120905. Code pointer: The labels are defined in include/svx/strings.hrc as RID_SVXSTR_MOREBULLETS and RID_SVXSTR_MORENUMBERING and assigned to the button in c'tor of NumberingPopup at svx/source/tbxctrls/bulletsnumbering.cxx. I would just remove this code and use a static label in the UI svx/uiconfig/ui/numberingwindow.ui. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=103364 [Bug 103364] [META] Bullet and numbering dialog bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
