Skip to content

Fix decimal formatting in DelaySpinBox

Decimal values had no second placeholder argument in i18nc(), so the formatted spinbox text for "%2 seconds" would end up as an error message if you try to enter 1.5 seconds for example.


Note that this includes a string change (from "%2 seconds" to "%1 seconds") so for a backport to 6.0, we should probably introduce a dummy value for the argument that the %1 placeholder would look for.

Edited by Jakob Petsovits

Merge request reports