Skip to content

Fix non-working ‘Clear all translated entries’ action

Karl Ove Hufthammer requested to merge work/huftis/fix-clear-all-entries into master

The action was never triggered, as a KMessageBox::warningContinueCancel dialog never returns a PrimaryAction value, only a Continue or Cancel value.

The bug was introduced in this commit: c937219f

Merge request reports