commit 2cce3ea35432ff8902b179912f49e455e460104c
parent 09bc21b96f3bda637dcec73bb63c426c43a685bd
Author: wwp <subscript@free.fr>
Date: Mon, 3 Sep 2018 12:17:12 +0200
Fix capitalization of a one Web[cC]al occurrence.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;