summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2021-05-07 11:28:45 +0200
committerMilan Crha <mcrha@redhat.com>2021-05-07 11:31:05 +0200
commitdc3787dd221d747ebc4644ee5d3d1a36fd3835b7 (patch)
tree5e82565f03d3024d9f994291036f404189c456be
parent54829e3a734028a531f6fb2052ffddc21c51ac8f (diff)
downloadevolution-dc3787dd221d747ebc4644ee5d3d1a36fd3835b7.tar.gz
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.
-rw-r--r--src/calendar/calendar.error.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calendar/calendar.error.xml b/src/calendar/calendar.error.xml
index 2c360162b3..8c0a248cf4 100644
--- a/src/calendar/calendar.error.xml
+++ b/src/calendar/calendar.error.xml
@@ -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">