aboutsummaryrefslogtreecommitdiffstats
path: root/capplet
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@gnome.org>2010-03-17 18:12:44 +0800
committerSrinivasa Ragavan <sragavan@gnome.org>2010-03-17 19:02:20 +0800
commitb7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed (patch)
tree03c0e580d31f71432c73038eadcb9089b04b8b4e /capplet
parentfbed4bb472ec2da859fe40b05c14c4cd779f006e (diff)
downloadgsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar
gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar.gz
gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar.bz2
gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar.lz
gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar.xz
gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar.zst
gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.zip
Fix misspelled strings.
Diffstat (limited to 'capplet')
-rw-r--r--capplet/settings/mail-account-view.c4
1 files changed, 2 insertions, 2 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.")