Fix space after comma
authorRicardo Mones <ricardo@mones.org>
Sun, 6 Nov 2016 17:12:40 +0000 (18:12 +0100)
committerRicardo Mones <ricardo@mones.org>
Sun, 6 Nov 2016 17:12:40 +0000 (18:12 +0100)
src/plugins/vcalendar/plugin.c

index d142346bdd012ac532f4926624c61803843d8f78..a3d39f612785416674a910330b90f376979fb1d2 100644 (file)
@@ -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.");
 }