On Mon, 2004-05-10 at 10:28 +0800, Not Zed wrote: > Actually while you're there. It should definitly be S/MIME, not > S/Mime. OK, fixed patch attached :) Can someone please commit this for me? -- __________ | | | | Enver ALTIN (a.k.a. skyblue) | | Software developer, IT consultant | FRONT | |==========| FrontSITE Bilgi Teknolojisi A.Ş. |_____SITE_| http://www.frontsite.com.tr/
Index: addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in =================================================================== RCS file: /cvs/gnome/evolution/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in,v retrieving revision 1.15 diff -u -r1.15 GNOME_Evolution_Addressbook.server.in.in --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in 3 May 2004 14:23:22 -0000 1.15 +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in 8 May 2004 18:14:53 -0000 @@ -105,7 +105,7 @@ _value="Certificates"/> <oaf_attribute name="evolution2:config_item:description" type="string" - _value="Manager your S/Mime certificates here"/> + _value="Manage your S/MIME certificates here"/> <oaf_attribute name="evolution2:config_item:icon_name" type="string" value="stock_lock-ok"/> Index: composer/e-msg-composer.c =================================================================== RCS file: /cvs/gnome/evolution/composer/e-msg-composer.c,v retrieving revision 1.465 diff -u -r1.465 e-msg-composer.c --- a/composer/e-msg-composer.c 3 May 2004 10:27:28 -0000 1.465 +++ b/composer/e-msg-composer.c 8 May 2004 18:14:56 -0000 @@ -700,13 +700,13 @@ if (composer->smime_sign && (hdrs->account == NULL || hdrs->account->smime_sign_key == NULL || hdrs->account->smime_sign_key[0] == 0)) { - camel_exception_setv(&ex, 1, _("Cannot sign outgoing message: No signing certificate set for from account")); + camel_exception_setv(&ex, 1, _("Cannot sign outgoing message: No signing certificate set for this account")); goto exception; } if (composer->smime_encrypt && (hdrs->account == NULL || hdrs->account->smime_sign_key == NULL || hdrs->account->smime_sign_key[0] == 0)) { - camel_exception_setv(&ex, 1, _("Cannot encrypt outgoing message: No encryption certificate set for from account")); + camel_exception_setv(&ex, 1, _("Cannot encrypt outgoing message: No encryption certificate set for this account")); goto exception; } Index: composer/ChangeLog =================================================================== RCS file: /cvs/gnome/evolution/composer/ChangeLog,v retrieving revision 1.635 diff -u -r1.635 ChangeLog --- a/composer/ChangeLog 3 May 2004 10:27:28 -0000 1.635 +++ b/composer/ChangeLog 8 May 2004 18:14:57 -0000 @@ -1,3 +1,7 @@ +2004-05-08 Enver ALTIN <enver altin frontsite com tr> + + * e-msg-composer.c: Fixing parts of #53466. + 2004-05-03 Not Zed <NotZed Ximian com> * e-msg-composer.c: header cleanups. Index: addressbook/ChangeLog =================================================================== RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v retrieving revision 1.1697 diff -u -r1.1697 ChangeLog --- a/addressbook/ChangeLog 5 May 2004 06:24:11 -0000 1.1697 +++ b/addressbook/ChangeLog 8 May 2004 18:15:01 -0000 @@ -1,3 +1,8 @@ +2004-05-08 Enver ALTIN <enver altin frontsite com tr> + + * gui/component/GNOME_Evolution_Addressbook.server.in.in: + Fix parts of #53466. + 2004-05-05 Hans Petter Jansson <hpj ximian com> * gui/contact-editor/e-contact-editor.c (init_address_textview):
Attachment:
signature.asc
Description: This is a digitally signed message part