commit 72b3051958acd40fcb03a66d4894407bc90eaa54
parent ce5e2d54bbcf82c9dad5c07b36b04461e7d98c5a
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;