aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-08-13 21:28:19 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-08-13 21:28:19 +0800
commitb4a903bda1fd2e1840dd14ed9b383d7af0d212ae (patch)
treec7e202a7a9c002f5ccfccb10fd20b17663ccd027
parent979052db1d7582ede603c859893b5a68a875469f (diff)
downloadgsoc2013-evolution-b4a903bda1fd2e1840dd14ed9b383d7af0d212ae.tar
gsoc2013-evolution-b4a903bda1fd2e1840dd14ed9b383d7af0d212ae.tar.gz
gsoc2013-evolution-b4a903bda1fd2e1840dd14ed9b383d7af0d212ae.tar.bz2
gsoc2013-evolution-b4a903bda1fd2e1840dd14ed9b383d7af0d212ae.tar.lz
gsoc2013-evolution-b4a903bda1fd2e1840dd14ed9b383d7af0d212ae.tar.xz
gsoc2013-evolution-b4a903bda1fd2e1840dd14ed9b383d7af0d212ae.tar.zst
gsoc2013-evolution-b4a903bda1fd2e1840dd14ed9b383d7af0d212ae.zip
make the button say Add Task List instead of Add Group (matches menu item)
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) svn path=/trunk/; revision=26910
-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>