aboutsummaryrefslogtreecommitdiffstats
path: root/smime/gui/cert-trust-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'smime/gui/cert-trust-dialog.c')
-rw-r--r--smime/gui/cert-trust-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/smime/gui/cert-trust-dialog.c b/smime/gui/cert-trust-dialog.c
index 4f13ff2b74..7c76b01b88 100644
--- a/smime/gui/cert-trust-dialog.c
+++ b/smime/gui/cert-trust-dialog.c
@@ -140,11 +140,11 @@ cert_trust_dialog_show (ECert *cert)
icert = e_cert_get_internal_cert (ctd_data->cacert);
if (e_cert_trust_has_trusted_ca (icert->trust, FALSE, TRUE, FALSE))
- gtk_label_set_text ((GtkLabel *)ctd_data->label,
+ gtk_label_set_text ((GtkLabel *) ctd_data->label,
_("Because you trust the certificate authority that issued this certificate, "
"then you trust the authenticity of this certificate unless otherwise indicated here"));
else
- gtk_label_set_text ((GtkLabel *)ctd_data->label,
+ gtk_label_set_text ((GtkLabel *) ctd_data->label,
_("Because you do not trust the certificate authority that issued this certificate, "
"then you do not trust the authenticity of this certificate unless otherwise indicated here"));