https://bugs.kde.org/show_bug.cgi?id=448269
Alex Bikadorov <alex.bikado...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |alex.bikado...@kdemail.net Status|REPORTED |CONFIRMED --- Comment #1 from Alex Bikadorov <alex.bikado...@kdemail.net> --- The user action title string is set as QAction::text property and ampersand characters are interpreted as mnemonic for the action. Workaround: To use an ampersand in the title, write "&&" (see https://doc.qt.io/qt-6/qaction.html#text-prop). Big question is why ampersand characters are inserted into the QAction::text property and visible in the UI. This was a bug in KDE frameworks but should be fixed for a long time now, see bug 337491. -- You are receiving this mail because: You are watching all bug changes.