diff options
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 4 | ||||
-rw-r--r-- | plugins/folder-unsubscribe/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml | 2 |
4 files changed, 17 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c94847f54b..2f615c2a1c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-11-23 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #552850 + + * evolution-mail.schemas.in: + Prefer the term "side bar" over "folder tree". + 2008-11-19 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #555276 diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 9eb7f9ebc1..fbebba87cb 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -246,9 +246,9 @@ <type>bool</type> <default>false</default> <locale name="C"> - <short>Disable or enable ellipsizing of folder names in folder tree</short> + <short>Disable or enable ellipsizing of folder names in side bar</short> <long> - Whether disable ellipsizing feature of folder names in folder tree. + Whether disable ellipsizing feature of folder names in side bar. </long> </locale> </schema> 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"> |