aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2005-02-01 01:03:08 +0800
committerJP Rosevear <jpr@src.gnome.org>2005-02-01 01:03:08 +0800
commitf239c774f7b9e0f40f56e379e065c9b0a2bcaa0f (patch)
treec1eaa27f5a097d238d724451b9976a457ad20f98 /mail
parent9a44b2a570d3b7e0f3d8a0829afa96171dbf2fba (diff)
downloadgsoc2013-evolution-f239c774f7b9e0f40f56e379e065c9b0a2bcaa0f.tar
gsoc2013-evolution-f239c774f7b9e0f40f56e379e065c9b0a2bcaa0f.tar.gz
gsoc2013-evolution-f239c774f7b9e0f40f56e379e065c9b0a2bcaa0f.tar.bz2
gsoc2013-evolution-f239c774f7b9e0f40f56e379e065c9b0a2bcaa0f.tar.lz
gsoc2013-evolution-f239c774f7b9e0f40f56e379e065c9b0a2bcaa0f.tar.xz
gsoc2013-evolution-f239c774f7b9e0f40f56e379e065c9b0a2bcaa0f.tar.zst
gsoc2013-evolution-f239c774f7b9e0f40f56e379e065c9b0a2bcaa0f.zip
Fixes #71937
2005-01-31 JP Rosevear <jpr@novell.com> Fixes #71937 * evolution-mail.schemas.in.in: fix spelling error * mail-errors.xml: fix two spelling errors svn path=/trunk/; revision=28633
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog8
-rw-r--r--mail/evolution-mail.schemas.in.in4
-rw-r--r--mail/mail-errors.xml2
-rw-r--r--mail/mail-errors.xml.h2
4 files changed, 12 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 4cc540e531..e9deb94ddd 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-31 JP Rosevear <jpr@novell.com>
+
+ Fixes #71937
+
+ * evolution-mail.schemas.in.in: fix spelling error
+
+ * mail-errors.xml: fix two spelling errors
+
2005-01-31 Not Zed <NotZed@Ximian.com>
** See bug #67083
diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in
index f4752ef99d..4ba23ebf2c 100644
--- a/mail/evolution-mail.schemas.in.in
+++ b/mail/evolution-mail.schemas.in.in
@@ -761,9 +761,9 @@
<type>bool</type>
<default>true</default>
<locale name="C">
- <short>Use Spamasssassin daemon and client</short>
+ <short>Use Spamassassin daemon and client</short>
<long>
- Use Spamasssassin daemon and client (spamc/spamd)
+ Use Spamassassin daemon and client (spamc/spamd)
</long>
</locale>
</schema>
diff --git a/mail/mail-errors.xml b/mail/mail-errors.xml
index 25fa41b99f..13ebb22182 100644
--- a/mail/mail-errors.xml
+++ b/mail/mail-errors.xml
@@ -263,7 +263,7 @@ The message is stored in the Outbox folder. Check the message for errors and re
<error id="vfolder-notexist" type="error">
<primary>Cannot edit vFolder &quot;{0}&quot; as it does not exist.</primary>
- <secondary>This folder may have been added implictly, go to the virtual folder editor to add it explictly, if required.</secondary>
+ <secondary>This folder may have been added implicitly, go to the virtual folder editor to add it explicitly, if required.</secondary>
</error>
<error id="vfolder-notunique" type="error">
diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h
index afa7479588..916570a159 100644
--- a/mail/mail-errors.xml.h
+++ b/mail/mail-errors.xml.h
@@ -190,7 +190,7 @@ char *s = N_("_Discard changes");
/* mail:vfolder-notexist primary */
char *s = N_("Cannot edit vFolder \"{0}\" as it does not exist.");
/* mail:vfolder-notexist secondary */
-char *s = N_("This folder may have been added implictly, go to the virtual folder editor to add it explictly, if required.");
+char *s = N_("This folder may have been added implicitly, go to the virtual folder editor to add it explicitly, if required.");
/* mail:vfolder-notunique primary */
char *s = N_("Cannot add vFolder \"{0}\".");
/* mail:vfolder-notunique secondary */