From 63c43c06ab55e11af6257e910db9f60e279d5e67 Mon Sep 17 00:00:00 2001
From: Jeffrey Stedfast <fejj@helixcode.com>
Date: Fri, 5 Jan 2001 20:33:11 +0000
Subject: Renamed from _delete_mail (mail_config_druid_get_transport_url): New

2001-01-05  Jeffrey Stedfast  <fejj@helixcode.com>

	* mail-config-druid.c (mail_config_druid_get_incoming_keep_mail):
	Renamed from _delete_mail
	(mail_config_druid_get_transport_url): New convenience function
	that replaces the get_hostname, get_protocol, etc.
	(mail_config_druid_get_source_url): Same.

	* mail-config-druid.glade: Changed "Delete mail from server" to
	"Keep mail on server" as this has a more positive ring to it. Both
	I and Aaron agree this is the better phrase.

svn path=/trunk/; revision=7272
---
 mail/mail-config-druid.glade.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mail/mail-config-druid.glade.h')

diff --git a/mail/mail-config-druid.glade.h b/mail/mail-config-druid.glade.h
index a0908a12c5..0793e21fa5 100644
--- a/mail/mail-config-druid.glade.h
+++ b/mail/mail-config-druid.glade.h
@@ -11,8 +11,8 @@ gchar *s = N_("Welcome to the Evolution Mail Configuration Druid.\n"
               "Click \"Next\" to begin. ");
 gchar *s = N_("Identity");
 gchar *s = N_("Required");
-gchar *s = N_("Full Name:");
 gchar *s = N_("Email Address:");
+gchar *s = N_("Full Name:");
 gchar *s = N_("Optional");
 gchar *s = N_("Organization:");
 gchar *s = N_("Signature file:");
-- 
cgit