From 2cce3ea35432ff8902b179912f49e455e460104c Mon Sep 17 00:00:00 2001 From: wwp Date: Mon, 3 Sep 2018 12:17:12 +0200 Subject: [PATCH 1/1] Fix capitalization of a one Web[cC]al occurrence. --- src/plugins/vcalendar/vcal_folder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/vcalendar/vcal_folder.c b/src/plugins/vcalendar/vcal_folder.c index 9f00a9b72..4cde1bce6 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; -- 2.25.1