It's a grand old string-review! Nitpicky and minor changes; details in the appropriate ChangeLog files.

svn path=/trunk/; revision=18268
This commit is contained in:
Aaron Weber
2002-09-30 20:11:15 +00:00
parent 44a1f8aeec
commit 43dfa91e96
22 changed files with 75 additions and 18 deletions

View File

@ -369,7 +369,7 @@ mail_signature_editor (MailConfigSignature *sig)
hbox = gtk_hbox_new (FALSE, 4);
vbox1 = gtk_vbox_new (FALSE, 3);
gtk_container_set_border_width (GTK_CONTAINER (vbox1), 3);
label = gtk_label_new (_("Type the name by which you would like to refer to this signature."));
label = gtk_label_new (_("Enter a name for this signature."));
gtk_misc_set_alignment (GTK_MISC (label), 0, 0);
gtk_box_pack_start (GTK_BOX (vbox1), label, FALSE, TRUE, 0);
label = gtk_label_new (_("Name:"));