diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-01-06 19:23:06 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-01-06 19:23:06 +0800 |
commit | 44a10b058ae281999f3a4de3545f23b569fa49a9 (patch) | |
tree | 4bdb051226f0673ba329e692426ddd4b15fb4d65 /mail | |
parent | 11d2490e5a1cb82e4fab263db199e666764840df (diff) | |
download | gsoc2013-evolution-44a10b058ae281999f3a4de3545f23b569fa49a9.tar gsoc2013-evolution-44a10b058ae281999f3a4de3545f23b569fa49a9.tar.gz gsoc2013-evolution-44a10b058ae281999f3a4de3545f23b569fa49a9.tar.bz2 gsoc2013-evolution-44a10b058ae281999f3a4de3545f23b569fa49a9.tar.lz gsoc2013-evolution-44a10b058ae281999f3a4de3545f23b569fa49a9.tar.xz gsoc2013-evolution-44a10b058ae281999f3a4de3545f23b569fa49a9.tar.zst gsoc2013-evolution-44a10b058ae281999f3a4de3545f23b569fa49a9.zip |
Change Account Management string to Account Information in first-run wizard. Really, management is something else than just entering a random string in a text field.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-account-editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 6bc446ebd8..7a2dc3f6fa 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2101,8 +2101,8 @@ emae_create_basic_assistant_page (EMAccountEditor *emae, title = _("Sending Email"); label = _("Please enter information about the way you will send mail. If you are not sure, ask your system administrator or Internet Service Provider."); } else if (g_ascii_strcasecmp (page_id, "management_page") == 0) { - title = _("Account Management"); - label = _("Please enter a descriptive name for this account in the space below.\nThis name will be used for display purposes only."); + title = _("Account Information"); + label = _("Please enter a descriptive name for this account below.\nThis name will be used for display purposes only."); } else if (g_ascii_strcasecmp (page_id, "finish_page") == 0) { page_type = GTK_ASSISTANT_PAGE_CONFIRM; fill_space = TRUE; |