Calendar: Fix error detail reference for 'failed-make-movable'

The error arguments are counted from 0 and there was no '0' argument,
which caused a runtime warning and an incomplete error message in the GUI.
This commit is contained in:
Milan Crha
2021-05-07 11:28:45 +02:00
parent 54829e3a73
commit dc3787dd22
+1 -1
View File
@@ -545,7 +545,7 @@
<error id="failed-make-movable" type="error">
<_primary>Failed to make an occurrence movable</_primary>
<secondary>{1}</secondary>
<secondary>{0}</secondary>
</error>
<error id="comp-editor-failed-validate" type="error">