Skip to content

[PlasmaComponents3] Strip mnemonic ampersands from tooltip text

They're never useful in that context, and this prevents having to strip them out manually when assigning a tooltip text that comes from a source that sets a mnemonic ampersand. For example plasma-workspace!171 (comment 79871)

cc @broulik

Before:

Before

After:

After

Merge request reports