diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-11-24 09:11:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-24 09:11:32 +0800 |
commit | 6485e925866b42584cc9803556cb13bcfb1aeeb1 (patch) | |
tree | 944d2cb7c54fb83ca3b5ec20959b5b5d53576292 /plugins | |
parent | 41a2b0c6e67a5d8b6ee67b6ae4a501354a4df495 (diff) | |
download | gsoc2013-evolution-6485e925866b42584cc9803556cb13bcfb1aeeb1.tar.gz gsoc2013-evolution-6485e925866b42584cc9803556cb13bcfb1aeeb1.tar.zst gsoc2013-evolution-6485e925866b42584cc9803556cb13bcfb1aeeb1.zip |
** Fixes bug #552850
2008-11-23 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #552850
* mail/evolution-mail.schemas.in:
* plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml:
Prefer the term "side bar" over "folder tree".
svn path=/trunk/; revision=36810
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/folder-unsubscribe/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/folder-unsubscribe/ChangeLog b/plugins/folder-unsubscribe/ChangeLog index c58c840d45..fd8eb19b43 100644 --- a/plugins/folder-unsubscribe/ChangeLog +++ b/plugins/folder-unsubscribe/ChangeLog @@ -1,3 +1,10 @@ +2008-09-23 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #552850 + + * org-gnome-mail-folder-unsubscribe.eplug.xml: + Prefer the term "side bar" over "folder tree". + 2008-08-27 Sankar P <psankar@novell.com> License Changes diff --git a/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml b/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml index 6452504f95..44cf7af61f 100644 --- a/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml +++ b/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml @@ -6,7 +6,7 @@ domain="@GETTEXT_PACKAGE@" _name="Unsubscribe Folders" location="@PLUGINDIR@/liborg-gnome-mail-folder-unsubscribe@SOEXT@"> - <_description>Allows unsubscribing of mail folders in the folder tree context menu.</_description> + <_description>Allows unsubscribing of mail folders in the side bar context menu.</_description> <author name="Jeffrey Stedfast" email="fejj@novell.com"/> <hook class="org.gnome.evolution.mail.popup:1.0"> |