diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-09-28 10:30:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-09-28 10:30:14 +0800 |
commit | 7029abc8cd37639e1126219e64d07faa6705e5e9 (patch) | |
tree | fdf900516888082689e1199cbd9e99025e29db4a /plugins/new-mail-notify | |
parent | 7352689ab7e6cfa835d52035f76756879306cfa9 (diff) | |
download | gsoc2013-evolution-7029abc8cd37639e1126219e64d07faa6705e5e9.tar.gz gsoc2013-evolution-7029abc8cd37639e1126219e64d07faa6705e5e9.tar.zst gsoc2013-evolution-7029abc8cd37639e1126219e64d07faa6705e5e9.zip |
Use consistent terminology for mail messages (#480621).
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
* mail/em-account-editor.c:
* mail/evolution-mail.schemas.in:
* mail/mail-config.glade:
* plugins/bbdb/bbdb.c (bbdb_page_factory):
* plugins/bogo-junk-plugin/bf-junk-filter.c:
* plugins/face/org-gnome-face-eplug.xml:
* plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml:
* plugins/print-message/org-gnome-print-message.eplug.xml:
Use consistent terminology for mail messages (#480621).
svn path=/trunk/; revision=34326
Diffstat (limited to 'plugins/new-mail-notify')
-rw-r--r-- | plugins/new-mail-notify/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/new-mail-notify/ChangeLog b/plugins/new-mail-notify/ChangeLog index 9a7d8b1e58..cca3ae6b95 100644 --- a/plugins/new-mail-notify/ChangeLog +++ b/plugins/new-mail-notify/ChangeLog @@ -1,3 +1,8 @@ +2007-09-27 Matthew Barnes <mbarnes@redhat.com> + + * org-gnome-new-mail-notify.eplug.xml: + Use consistent terminology for mail messages (#480621). + 2007-05-14 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #414195 from Loïc Minier diff --git a/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml index d088388ab5..bd9521e60c 100644 --- a/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml +++ b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml @@ -5,7 +5,7 @@ _name="New Mail Notification" location="@PLUGINDIR@/liborg-gnome-new-mail-notify@SOEXT@"> - <_description>Generates a D-BUS message when new mail arrives.</_description> + <_description>Generates a D-BUS message when new mail messages arrive.</_description> <author name="Miguel Angel López Hernández" email="miguel@gulev.org.mx"/> <hook class="org.gnome.evolution.mail.events:1.0"> |