aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/dialogs/calendar-setup.glade2
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 1fcc6b7777..63e1c8ca76 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-12 JP Rosevear <jpr@ximian.com>
+
+ * gui/dialogs/calendar-setup.glade: make the button say Add Task
+ List instead of Add Group (matches menu item)
+
2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org>
* gui/dialogs/alarm-dialog.glade: added the property
diff --git a/calendar/gui/dialogs/calendar-setup.glade b/calendar/gui/dialogs/calendar-setup.glade
index 4a59f20b72..be736d5366 100644
--- a/calendar/gui/dialogs/calendar-setup.glade
+++ b/calendar/gui/dialogs/calendar-setup.glade
@@ -885,7 +885,7 @@
<child>
<widget class="GtkLabel" id="add-label">
<property name="visible">True</property>
- <property name="label" translatable="yes">_Add Group</property>
+ <property name="label" translatable="yes">_Add Task List</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>