From 7c8ac61b10646a8c87b6afc741cc06b91ef4a103 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Mon, 25 Jul 2011 18:20:15 +0200 Subject: Forward button in Evolution Mail Configuration Assistant is actually called Continue --- mail/em-account-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 867a8378dc..ed7d1729bf 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."); -- cgit v1.2.3