From b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 17 Mar 2010 15:42:44 +0530 Subject: Fix misspelled strings. --- capplet/settings/mail-account-view.c | 4 ++-- plugins/startup-wizard/startup-wizard.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/capplet/settings/mail-account-view.c b/capplet/settings/mail-account-view.c index e5fc96afb7..cb5b1aeda7 100644 --- a/capplet/settings/mail-account-view.c +++ b/capplet/settings/mail-account-view.c @@ -55,7 +55,7 @@ struct _dialog_errors { } dialog_errors[] = { { ERROR_NO_FULLNAME, N_("Please enter your full name.") }, { ERROR_NO_EMAIL, N_("Please enter your email address.") }, - { ERROR_INVALID_EMAIL, N_("The email addres you have entered is invalid.") }, + { ERROR_INVALID_EMAIL, N_("The email address you have entered is invalid.") }, }; static guint signals[LAST_SIGNAL] = { 0 }; @@ -354,7 +354,7 @@ create_review (MailAccountView *view) #define IDENTITY_DETAIL N_("To use the email application you'll need to setup an account. Put your email address and password in below and we'll try and work out all the settings. If we can't do it automatically you'll need your server details as well.") -#define RECEIVE_DETAIL N_("Sorry, we can't work out the settings to get your mail automatically. Please enter them below. We've tried to make a start with the details you just entered but you may need to change them.") +#define RECEIVE_DETAIL N_("Sorry, we can't work out the settings to get your mail automatically. Please enter them below. We've tried to make a start with the details you just entered but you may need to change them.") #define RECEIVE_OPT_DETAIL N_("You can specify more options to configure the account.") diff --git a/plugins/startup-wizard/startup-wizard.c b/plugins/startup-wizard/startup-wizard.c index 5b5c467f69..a38b2d9e9a 100644 --- a/plugins/startup-wizard/startup-wizard.c +++ b/plugins/startup-wizard/startup-wizard.c @@ -116,7 +116,7 @@ startup_wizard (EPlugin *ep, ESEventTargetUpgrade *target) start_page_label = GTK_LABEL (em_account_editor_get_widget (emae, "start_page_label")); if (start_page_label) { gtk_label_set_text (start_page_label, _("" - "ZZZ ! Welcome to Evolution. The next few screens will allow Evolution to connect " + "Welcome to Evolution. The next few screens will allow Evolution to connect " "to your email accounts, and to import files from other applications. \n" "\n" "Please click the \"Forward\" button to continue. ")); -- cgit v1.2.3