talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit f8de0866725384ac7857069f41744c67e0259520
parent 42c355d2668fade9265a07229b0d840c1b420b03
Author: Ricardo Mones <ricardo@mones.org>
Date:   Sun,  6 Nov 2016 18:12:40 +0100

Fix space after comma

Diffstat:
Msrc/plugins/vcalendar/plugin.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/vcalendar/plugin.c b/src/plugins/vcalendar/plugin.c @@ -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."); }