diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-31 06:05:29 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-31 06:05:29 +0800 |
commit | 7217b1b3d2a1e2387dcd6995e8d6f59b37938539 (patch) | |
tree | 9e1626c28adf2a44293f067702456f995419cfc0 /calendar/gui | |
parent | 0ad2c0cf65f5769856e9359ec3d0c8d48676c171 (diff) | |
download | gsoc2013-evolution-7217b1b3d2a1e2387dcd6995e8d6f59b37938539.tar.gz gsoc2013-evolution-7217b1b3d2a1e2387dcd6995e8d6f59b37938539.tar.zst gsoc2013-evolution-7217b1b3d2a1e2387dcd6995e8d6f59b37938539.zip |
** Fixes bug #549967
2008-08-30 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #549967
* calendar/gui/caltypes.xml:
* calendar/gui/tasktypes.xml:
Capitalize "days" in "Next 7 Days".
svn path=/branches/kill-bonobo/; revision=36225
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/caltypes.xml | 4 | ||||
-rw-r--r-- | calendar/gui/tasktypes.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/caltypes.xml b/calendar/gui/caltypes.xml index 3f93daa8ee..16dc19c333 100644 --- a/calendar/gui/caltypes.xml +++ b/calendar/gui/caltypes.xml @@ -150,8 +150,8 @@ <option value="International"> <_title>International</_title> </option> - <option value="Next 7 days"> - <_title>Next 7 days</_title> + <option value="Next 7 Days"> + <_title>Next 7 Days</_title> </option> <option value="Birthday"> <_title>Birthday</_title> diff --git a/calendar/gui/tasktypes.xml b/calendar/gui/tasktypes.xml index 10515ad5bf..ee560addf3 100644 --- a/calendar/gui/tasktypes.xml +++ b/calendar/gui/tasktypes.xml @@ -186,8 +186,8 @@ <option value="International"> <_title>International</_title> </option> - <option value="Next 7 days"> - <_title>Next 7 days</_title> + <option value="Next 7 Days"> + <_title>Next 7 Days</_title> </option> <option value="Birthday"> <_title>Birthday</_title> |