diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-02 02:06:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-02 02:06:56 +0800 |
commit | 1a0f1b8ef3eb563b07871b601f5149af92fe59cd (patch) | |
tree | 6ee17f4fa62d36331932ae06d29b0d020fca837c | |
parent | 33fc51fb989e4591234f671f503b478f0b3317ce (diff) | |
download | gsoc2013-evolution-1a0f1b8ef3eb563b07871b601f5149af92fe59cd.tar.gz gsoc2013-evolution-1a0f1b8ef3eb563b07871b601f5149af92fe59cd.tar.zst gsoc2013-evolution-1a0f1b8ef3eb563b07871b601f5149af92fe59cd.zip |
** Fixes bug #544857
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544857
* calendar/gui/memotypes.xml: Fix a typo.
svn path=/trunk/; revision=35884
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/memotypes.xml | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d80c2ff297..01a758e081 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2008-08-01 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #544857 + + * gui/memotypes.xml: Fix a typo. + 2008-08-01 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #353927 diff --git a/calendar/gui/memotypes.xml b/calendar/gui/memotypes.xml index f27da759cf..3b9a560a96 100644 --- a/calendar/gui/memotypes.xml +++ b/calendar/gui/memotypes.xml @@ -121,7 +121,7 @@ <_title>International</_title> </option> <option value="Next 7 days"> - <_title>Next 7 Days'</_title> + <_title>Next 7 Days</_title> </option> <option value="Birthday"> <_title>Birthday</_title> @@ -139,7 +139,7 @@ <_title>Key Customer</_title> </option> <option value="Time & Expenses"> - <_title>Time & Expenses </_title> + <_title>Time & Expenses</_title> </option> <option value="Miscellaneous"> <_title>Miscellaneous</_title> |