diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-07-28 19:02:59 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-07-28 19:02:59 +0800 |
commit | 3bab97eaa545395fb4ccc5dcd35cce6482caf291 (patch) | |
tree | c9a766996b99062567d833bc17892090a1d14ad2 /plugins/calendar-http | |
parent | b6bbbb1c61b749e42aea971a717cf2afd63bacec (diff) | |
download | gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.tar.gz gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.tar.zst gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.zip |
Use the same term 'Secure connection' everywhere instead of SSL
Diffstat (limited to 'plugins/calendar-http')
-rw-r--r-- | plugins/calendar-http/calendar-http.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |