Real fix for Coverity 1372362.
[claws.git] / src / plugins / vcalendar / plugin.c
index 90de1664ad848227f2329b201bcbbde401644c29..a3d39f612785416674a910330b90f376979fb1d2 100644 (file)
@@ -40,7 +40,7 @@
 
 gint plugin_init(gchar **error)
 {
-       if (!check_plugin_version(MAKE_NUMERIC_VERSION(3,8,1,46),
+       if (!check_plugin_version(MAKE_NUMERIC_VERSION(3,13,2,39),
                                VERSION_NUMERIC, _("vCalendar"), error))
                return -1;
 
@@ -79,7 +79,7 @@ const gchar *plugin_desc(void)
                 "appropriate form and you will be able to accept or decline them.\n"
                 "To create a meeting right-click on the vCalendar or "
                 "Meetings folder and choose \"New meeting...\".\n\n"
-                "You will also be able to subscribe to remote webCal feeds,"
+                "You will also be able to subscribe to remote Webcal feeds, "
                 "export your meetings and calendars, publish your free/busy "
                 "information and retrieve that information from others.");
 }