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 /mail | |
parent | 41a2b0c6e67a5d8b6ee67b6ae4a501354a4df495 (diff) | |
download | gsoc2013-evolution-6485e925866b42584cc9803556cb13bcfb1aeeb1.tar gsoc2013-evolution-6485e925866b42584cc9803556cb13bcfb1aeeb1.tar.gz gsoc2013-evolution-6485e925866b42584cc9803556cb13bcfb1aeeb1.tar.bz2 gsoc2013-evolution-6485e925866b42584cc9803556cb13bcfb1aeeb1.tar.lz gsoc2013-evolution-6485e925866b42584cc9803556cb13bcfb1aeeb1.tar.xz 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 'mail')
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 4 |
2 files changed, 9 insertions, 2 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> |