aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-08-31 06:05:29 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-31 06:05:29 +0800
commit7217b1b3d2a1e2387dcd6995e8d6f59b37938539 (patch)
tree9e1626c28adf2a44293f067702456f995419cfc0 /calendar
parent0ad2c0cf65f5769856e9359ec3d0c8d48676c171 (diff)
downloadgsoc2013-evolution-7217b1b3d2a1e2387dcd6995e8d6f59b37938539.tar
gsoc2013-evolution-7217b1b3d2a1e2387dcd6995e8d6f59b37938539.tar.gz
gsoc2013-evolution-7217b1b3d2a1e2387dcd6995e8d6f59b37938539.tar.bz2
gsoc2013-evolution-7217b1b3d2a1e2387dcd6995e8d6f59b37938539.tar.lz
gsoc2013-evolution-7217b1b3d2a1e2387dcd6995e8d6f59b37938539.tar.xz
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')
-rw-r--r--calendar/ChangeLog8
-rw-r--r--calendar/gui/caltypes.xml4
-rw-r--r--calendar/gui/tasktypes.xml4
3 files changed, 12 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8d1deed13d..752760cc54 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-30 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #549967
+
+ * gui/caltypes.xml:
+ * gui/tasktypes.xml:
+ Capitalize "days" in "Next 7 Days".
+
2008-08-18 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #462242
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>