diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-07-28 19:02:59 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:41 +0800 |
commit | 22cd7a52392f144e2bd90a2d72eecebebdb34bb1 (patch) | |
tree | fed441f431ae57552ca42afd64bbf32774b5644b /plugins/caldav | |
parent | b5e3c51aba40ff515759c8cfa862225308b8653b (diff) | |
download | gsoc2013-evolution-22cd7a52392f144e2bd90a2d72eecebebdb34bb1.tar gsoc2013-evolution-22cd7a52392f144e2bd90a2d72eecebebdb34bb1.tar.gz gsoc2013-evolution-22cd7a52392f144e2bd90a2d72eecebebdb34bb1.tar.bz2 gsoc2013-evolution-22cd7a52392f144e2bd90a2d72eecebebdb34bb1.tar.lz gsoc2013-evolution-22cd7a52392f144e2bd90a2d72eecebebdb34bb1.tar.xz gsoc2013-evolution-22cd7a52392f144e2bd90a2d72eecebebdb34bb1.tar.zst gsoc2013-evolution-22cd7a52392f144e2bd90a2d72eecebebdb34bb1.zip |
Use the same term 'Secure connection' everywhere instead of SSL
Diffstat (limited to 'plugins/caldav')
-rw-r--r-- | plugins/caldav/caldav-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/caldav/caldav-source.c b/plugins/caldav/caldav-source.c index b93429dced..dea4ddf5a6 100644 --- a/plugins/caldav/caldav-source.c +++ b/plugins/caldav/caldav-source.c @@ -241,7 +241,7 @@ oge_caldav (EPlugin *epl, location, "changed", G_CALLBACK (location_changed_cb), source); - ssl = e_plugin_util_add_check (parent, _("Use _SSL"), source, "ssl", "1", "0"); + ssl = e_plugin_util_add_check (parent, _("Use _secure connection"), source, "ssl", "1", "0"); user = e_plugin_util_add_entry (parent, _("User_name:"), NULL, NULL); gtk_entry_set_text (GTK_ENTRY (user), username ? username : ""); |