From 22cd7a52392f144e2bd90a2d72eecebebdb34bb1 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/google-account-setup/google-contacts-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/google-account-setup') 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); -- cgit v1.2.3