From 3bab97eaa545395fb4ccc5dcd35cce6482caf291 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Thu, 28 Jul 2011 13:02:59 +0200 Subject: Use the same term 'Secure connection' everywhere instead of SSL --- plugins/calendar-http/calendar-http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/calendar-http') diff --git a/plugins/calendar-http/calendar-http.c b/plugins/calendar-http/calendar-http.c index 43670f5cbc..9e1acfa02e 100644 --- a/plugins/calendar-http/calendar-http.c +++ b/plugins/calendar-http/calendar-http.c @@ -135,7 +135,7 @@ e_calendar_http_secure (EPlugin *epl, EConfigHookItemFactoryData *data) return NULL; } - secure_setting = e_plugin_util_add_check (data->parent, _("_Secure connection"), t->source, "use_ssl", "1", "0"); + secure_setting = e_plugin_util_add_check (data->parent, _("Use _secure connection"), t->source, "use_ssl", "1", "0"); /* Store pointer to secure checkbox so we can retrieve it in url_changed() */ g_object_set_data (G_OBJECT (data->parent), "secure_checkbox", (gpointer)secure_setting); -- cgit v1.2.3