[evolution/wip/gsettings] Forward button in Evolution Mail Configuration Assistant is actually called Continue



commit df2fe60e678c4bfaa0698b14493e2df2d4b85e0c
Author: Andre Klapper <a9016009 gmx de>
Date:   Mon Jul 25 18:20:15 2011 +0200

    Forward button in Evolution Mail Configuration Assistant is actually called Continue

 mail/em-account-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 867a837..ed7d172 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -2176,7 +2176,7 @@ emae_create_basic_assistant_page (EMAccountEditor *emae,
 		page_type = GTK_ASSISTANT_PAGE_INTRO;
 		fill_space = TRUE;
 		title = _("Mail Configuration");
-		label = _("Welcome to the Evolution Mail Configuration Assistant.\n\nClick \"Forward\" to begin.");
+		label = _("Welcome to the Evolution Mail Configuration Assistant.\n\nClick \"Continue\" to begin.");
 	} else if (g_ascii_strcasecmp (page_id, "identity_page") == 0) {
 		title = _("Identity");
 		label = _("Please enter your name and email address below. The \"optional\" fields below do not need to be filled in, unless you wish to include this information in email you send.");



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