diff options
-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> |