diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-07-26 00:20:15 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:38 +0800 |
commit | df2fe60e678c4bfaa0698b14493e2df2d4b85e0c (patch) | |
tree | cf18e739872219e36d7091fd712b7e38ae124e06 /mail | |
parent | 7137e19f2e44788ba8501534b9e46bc8c54e78c4 (diff) | |
download | gsoc2013-evolution-df2fe60e678c4bfaa0698b14493e2df2d4b85e0c.tar gsoc2013-evolution-df2fe60e678c4bfaa0698b14493e2df2d4b85e0c.tar.gz gsoc2013-evolution-df2fe60e678c4bfaa0698b14493e2df2d4b85e0c.tar.bz2 gsoc2013-evolution-df2fe60e678c4bfaa0698b14493e2df2d4b85e0c.tar.lz gsoc2013-evolution-df2fe60e678c4bfaa0698b14493e2df2d4b85e0c.tar.xz gsoc2013-evolution-df2fe60e678c4bfaa0698b14493e2df2d4b85e0c.tar.zst gsoc2013-evolution-df2fe60e678c4bfaa0698b14493e2df2d4b85e0c.zip |
Forward button in Evolution Mail Configuration Assistant is actually called Continue
Diffstat (limited to 'mail')
-rw-r--r-- | 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 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."); |