[Commits] [SCM] claws branch, master, updated. 3.17.0-40-g2cce3ea
wwp at claws-mail.org
wwp at claws-mail.org
Mon Sep 3 12:17:52 CEST 2018
The branch, master has been updated
via 2cce3ea35432ff8902b179912f49e455e460104c (commit)
from 09bc21b96f3bda637dcec73bb63c426c43a685bd (commit)
Summary of changes:
src/plugins/vcalendar/vcal_folder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 2cce3ea35432ff8902b179912f49e455e460104c
Author: wwp <subscript at free.fr>
Date: Mon Sep 3 12:17:12 2018 +0200
Fix capitalization of a one Web[cC]al occurrence.
diff --git a/src/plugins/vcalendar/vcal_folder.c b/src/plugins/vcalendar/vcal_folder.c
index 9f00a9b..4cde1bc 100644
--- a/src/plugins/vcalendar/vcal_folder.c
+++ b/src/plugins/vcalendar/vcal_folder.c
@@ -1948,7 +1948,7 @@ static void subscribe_cal_cb(GtkAction *action, gpointer data)
gchar *uri = NULL;
gchar *tmp = NULL;
- tmp = input_dialog(_("Subscribe to Webcal"), _("Enter the WebCal URL:"), NULL);
+ tmp = input_dialog(_("Subscribe to Webcal"), _("Enter the Webcal URL:"), NULL);
if (tmp == NULL)
return;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list