[evolution-patches] fix for bug 273075



hi all,

this patch fixes bug 273075 (now using "certificate" instead of "cert")
and should go into HEAD for 2.3.
please commit since i do not have cvs write access.

for any feedback please cc me since i am not a member of this list.

cheers,
andre

-- 
 mailto:ak-47 gmx net | failed!
 http://www.iomc.de
Index: evolution/smime/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/smime/ChangeLog,v
retrieving revision 1.50
diff -u -p -r1.50 ChangeLog
--- evolution/smime/ChangeLog	30 Mar 2005 07:59:04 -0000	1.50
+++ evolution/smime/ChangeLog	28 Apr 2005 14:20:16 -0000
@@ -1,3 +1,8 @@
+2005-04-28  Andre Klapper <a9016009 gmx de>
+	* gui/certificate-manager.c:
+	changing string "cert" to "certificate"
+	Fixes bug 273075
+
 2005-03-30  Li Yuan  <li yuan sun com>
 
 	* gui/smime-ui.glade:
Index: evolution/smime/gui/certificate-manager.c
===================================================================
RCS file: /cvs/gnome/evolution/smime/gui/certificate-manager.c,v
retrieving revision 1.16
diff -u -p -r1.16 certificate-manager.c
--- evolution/smime/gui/certificate-manager.c	24 Feb 2005 02:18:51 -0000	1.16
+++ evolution/smime/gui/certificate-manager.c	28 Apr 2005 14:21:24 -0000
@@ -131,7 +131,7 @@ import_your (GtkWidget *widget, Certific
 	const char *filename;
 
 #ifdef USE_GTKFILECHOOSER
-	filesel = gtk_file_chooser_dialog_new (_("Select a cert to import..."),
+	filesel = gtk_file_chooser_dialog_new (_("Select a certificate to import..."),
 					       NULL,
 					       GTK_FILE_CHOOSER_ACTION_OPEN,
 					       GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
@@ -139,7 +139,7 @@ import_your (GtkWidget *widget, Certific
 					       NULL);
 	gtk_dialog_set_default_response (GTK_DIALOG (filesel), GTK_RESPONSE_OK);
 #else
-	filesel = gtk_file_selection_new (_("Select a cert to import..."));
+	filesel = gtk_file_selection_new (_("Select a certificate to import..."));
 #endif
 
 	if (GTK_RESPONSE_OK == gtk_dialog_run (GTK_DIALOG (filesel))) {
@@ -374,7 +374,7 @@ import_contact (GtkWidget *widget, Certi
 	const char *filename;
 
 #ifdef USE_GTKFILECHOOSER
-	filesel = gtk_file_chooser_dialog_new (_("Select a cert to import..."),
+	filesel = gtk_file_chooser_dialog_new (_("Select a certificate to import..."),
 					       NULL,
 					       GTK_FILE_CHOOSER_ACTION_OPEN,
 					       GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
@@ -382,7 +382,7 @@ import_contact (GtkWidget *widget, Certi
 					       NULL);
 	gtk_dialog_set_default_response (GTK_DIALOG (filesel), GTK_RESPONSE_OK);
 #else
-	filesel = gtk_file_selection_new (_("Select a cert to import..."));
+	filesel = gtk_file_selection_new (_("Select a certificate to import..."));
 #endif
 
 	if (GTK_RESPONSE_OK == gtk_dialog_run (GTK_DIALOG (filesel))) {
@@ -594,7 +594,7 @@ import_ca (GtkWidget *widget, Certificat
 	const char *filename;
 
 #ifdef USE_GTKFILECHOOSER
-	filesel = gtk_file_chooser_dialog_new (_("Select a cert to import..."),
+	filesel = gtk_file_chooser_dialog_new (_("Select a certificate to import..."),
 					       NULL,
 					       GTK_FILE_CHOOSER_ACTION_OPEN,
 					       GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
@@ -602,7 +602,7 @@ import_ca (GtkWidget *widget, Certificat
 					       NULL);
 	gtk_dialog_set_default_response (GTK_DIALOG (filesel), GTK_RESPONSE_OK);
 #else
-	filesel = gtk_file_selection_new (_("Select a cert to import..."));
+	filesel = gtk_file_selection_new (_("Select a certificate to import..."));
 #endif
 
 	if (GTK_RESPONSE_OK == gtk_dialog_run (GTK_DIALOG (filesel))) {

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]