Created attachment 138556 [details] Screenshot Mousing over the Undo button shows "Und&o: "
(In reply to Dan Dascalescu from comment #0) > Created attachment 138556 [details] > Screenshot > > Mousing over the Undo button shows "Und&o: " Can you give more detail? Version plasma, name application and version application.
Plasma 5.21.5, but "name application"?? It's Krusader. Version is in this ticket too, 2.7.2. What did you mean?
This is provided by KIO widget UndoManager, moving to the KIO guys to check if it's a typo (FileUndoManager::undoText()).
I tested with Dolphin, doesn't seem to have this issue; my guess would be a difference in how KXmlGui is used by Dolphin and Krusader. The method that removes the accelerator from action text, KLocalizedString::removeAcceleratorMarker() is used in a code path that is hit by Dolphin in KXmlGui but not by Krusader.