aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/caldav/caldav-source.c
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-07-28 19:02:59 +0800
committerAndre Klapper <a9016009@gmx.de>2011-07-28 19:02:59 +0800
commit3bab97eaa545395fb4ccc5dcd35cce6482caf291 (patch)
treec9a766996b99062567d833bc17892090a1d14ad2 /plugins/caldav/caldav-source.c
parentb6bbbb1c61b749e42aea971a717cf2afd63bacec (diff)
downloadgsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.tar
gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.tar.gz
gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.tar.bz2
gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.tar.lz
gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.tar.xz
gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.tar.zst
gsoc2013-evolution-3bab97eaa545395fb4ccc5dcd35cce6482caf291.zip
Use the same term 'Secure connection' everywhere instead of SSL
Diffstat (limited to 'plugins/caldav/caldav-source.c')
-rw-r--r--plugins/caldav/caldav-source.c2
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 : "");