aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/dialogs/alarm-page.glade3
2 files changed, 8 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3b59f493ab..491e44fad6 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-08 Rodrigo Moya <rodrigo@ximian.com>
+
+ Fixes #48106
+
+ * gui/dialogs/alarm-page.glade: s/Send an Email/Send an email.
+
2004-03-05 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-notify.c (alarm_notify_init): set a GConf
diff --git a/calendar/gui/dialogs/alarm-page.glade b/calendar/gui/dialogs/alarm-page.glade
index 82465ea871..1850eeb515 100644
--- a/calendar/gui/dialogs/alarm-page.glade
+++ b/calendar/gui/dialogs/alarm-page.glade
@@ -2,6 +2,7 @@
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
<glade-interface>
+<requires lib="gnome"/>
<widget class="GtkWindow" id="alarm-toplevel">
<property name="title" translatable="yes">window1</property>
@@ -214,7 +215,7 @@
<child>
<widget class="GtkMenuItem" id="send_an_email1">
<property name="visible">True</property>
- <property name="label" translatable="yes">Send an Email</property>
+ <property name="label" translatable="yes">Send an email</property>
<property name="use_underline">True</property>
</widget>
</child>