aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-03-09 05:26:46 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-03-09 05:26:46 +0800
commit9e99d9f7ddc01d656a01622da14ccaf8ad6ff686 (patch)
treea9dfda9f253389a96874e540d6974ff0bac56017 /calendar
parent1e94b0ec7460deccb86e474633a5c60e3738af92 (diff)
downloadgsoc2013-evolution-9e99d9f7ddc01d656a01622da14ccaf8ad6ff686.tar
gsoc2013-evolution-9e99d9f7ddc01d656a01622da14ccaf8ad6ff686.tar.gz
gsoc2013-evolution-9e99d9f7ddc01d656a01622da14ccaf8ad6ff686.tar.bz2
gsoc2013-evolution-9e99d9f7ddc01d656a01622da14ccaf8ad6ff686.tar.lz
gsoc2013-evolution-9e99d9f7ddc01d656a01622da14ccaf8ad6ff686.tar.xz
gsoc2013-evolution-9e99d9f7ddc01d656a01622da14ccaf8ad6ff686.tar.zst
gsoc2013-evolution-9e99d9f7ddc01d656a01622da14ccaf8ad6ff686.zip
Fixes #48106
2004-03-08 Rodrigo Moya <rodrigo@ximian.com> Fixes #48106 * gui/dialogs/alarm-page.glade: s/Send an Email/Send an email. svn path=/trunk/; revision=24994
Diffstat (limited to 'calendar')
-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>