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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user