comparison pidgin/gtkcertmgr.c @ 27366:73c8e1964eef

A semi-random collection of English spelling and grammatical changes.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 04 Jul 2009 06:44:39 +0000
parents 8233bbcf3e86
children 0db08d748475
comparison
equal deleted inserted replaced
27365:8d1e8060b1d8 27366:73c8e1964eef
185 deletion */ 185 deletion */
186 /* TODO: Display some more information on the certificate? */ 186 /* TODO: Display some more information on the certificate? */
187 purple_request_input(tpm_dat, 187 purple_request_input(tpm_dat,
188 _("Certificate Import"), 188 _("Certificate Import"),
189 _("Specify a hostname"), 189 _("Specify a hostname"),
190 _("Type the host name this certificate is for."), 190 _("Type the host name for this certificate."),
191 default_hostname, 191 default_hostname,
192 FALSE, /* Not multiline */ 192 FALSE, /* Not multiline */
193 FALSE, /* Not masked? */ 193 FALSE, /* Not masked? */
194 NULL, /* No hints? */ 194 NULL, /* No hints? */
195 _("OK"), 195 _("OK"),