diff options
author | Aaron Weber <aaron@src.gnome.org> | 2002-10-01 04:11:15 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-10-01 04:11:15 +0800 |
commit | 43dfa91e96a82455faeeb6376b02b0dc8a53c93c (patch) | |
tree | bb95caff9d089907f0a0f48144d0dc10089d0fa3 /mail/mail-signature-editor.c | |
parent | 44a1f8aeec2c3a49a5fab8e67cd583c39fe54c3f (diff) | |
download | gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.gz gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.zst gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.zip |
It's a grand old string-review! Nitpicky and minor changes; details in the appropriate ChangeLog files.
svn path=/trunk/; revision=18268
Diffstat (limited to 'mail/mail-signature-editor.c')
-rw-r--r-- | mail/mail-signature-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-signature-editor.c b/mail/mail-signature-editor.c index dae3e6934d..2a6463d680 100644 --- a/mail/mail-signature-editor.c +++ b/mail/mail-signature-editor.c @@ -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:")); |