From 174d2790d88fa5aaaa728eb0bc7e98d9ec79c1a8 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 29 八月 2024 15:54:44 +0800
Subject: [PATCH] 默认添加空eventtype

---
 _Main/BL/InfoMessages.qbl |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/_Main/BL/InfoMessages.qbl b/_Main/BL/InfoMessages.qbl
index 8ea9b48..75a3a55 100644
--- a/_Main/BL/InfoMessages.qbl
+++ b/_Main/BL/InfoMessages.qbl
@@ -234,6 +234,10 @@
   {
     DefaultText: 'This date is not within the planned cycle!'
   }
+  InfoMessage MP_LibCal_Event_ValidDateInterval
+  {
+    DefaultText: 'The start date is more than one day away from the end date!'
+  }
   InfoMessage MP_LibCal_Event_ValidDatePeriod
   {
     DefaultText: 'The start date must be less than the end date!'

--
Gitblit v1.9.3