aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-07-28 19:02:59 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:41 +0800
commit22cd7a52392f144e2bd90a2d72eecebebdb34bb1 (patch)
treefed441f431ae57552ca42afd64bbf32774b5644b /plugins/google-account-setup
parentb5e3c51aba40ff515759c8cfa862225308b8653b (diff)
downloadgsoc2013-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/google-account-setup')
-rw-r--r--plugins/google-account-setup/google-contacts-source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/google-account-setup/google-contacts-source.c b/plugins/google-account-setup/google-contacts-source.c
index e8c89bae84..1516082b05 100644
--- a/plugins/google-account-setup/google-contacts-source.c
+++ b/plugins/google-account-setup/google-contacts-source.c
@@ -348,7 +348,7 @@ plugin_google_contacts (EPlugin *epl,
} else {
use_ssl = 0;
}
- ssl_cb = gtk_check_button_new_with_mnemonic (_("Use _SSL"));
+ ssl_cb = gtk_check_button_new_with_mnemonic (_("Use _secure connection"));
gtk_box_pack_start (GTK_BOX (hbox), ssl_cb, FALSE, FALSE, 0);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (ssl_cb), use_ssl);