aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/dialogs/alarm-options.glade2
-rw-r--r--calendar/gui/e-itip-control.c4
3 files changed, 10 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ad35cb5fcb..697ca28f3e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-30 Aaron Weber <aaron@ximian.com>
+
+ * gui/e-itip-control.c (update_item): adjust string on line 1609
+ and 1517.
+
+ * gui/dialogs/alarm-options.glade: rephrase string on line 270
+
2002-09-27 Dan Winship <danw@ximian.com>
* gui/calendar-commands.c (pixmaps): Remove "/Toolbar/New" and
diff --git a/calendar/gui/dialogs/alarm-options.glade b/calendar/gui/dialogs/alarm-options.glade
index 00c38b9390..645d57758e 100644
--- a/calendar/gui/dialogs/alarm-options.glade
+++ b/calendar/gui/dialogs/alarm-options.glade
@@ -267,7 +267,7 @@ days
<class>GtkLabel</class>
<name>malarm-group</name>
<visible>False</visible>
- <label>This is an email reminder, but Evolution does not yet support this kind of reminders. You will not be able to edit the options for this reminder.</label>
+ <label>Evolution does not yet support email notification for reminders. You will not be able to edit the options for this reminder.</label>
<justify>GTK_JUSTIFY_CENTER</justify>
<wrap>True</wrap>
<xalign>0.5</xalign>
diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c
index 7b1dd28689..5b163312ed 100644
--- a/calendar/gui/e-itip-control.c
+++ b/calendar/gui/e-itip-control.c
@@ -1514,7 +1514,7 @@ update_item (EItipControl *itip)
dialog = gnome_warning_dialog (_("Object could not be found\n"));
break;
case CAL_CLIENT_RESULT_PERMISSION_DENIED :
- dialog = gnome_warning_dialog (_("You don't have permissions to update the calendar\n"));
+ dialog = gnome_warning_dialog (_("You do not have the right permissions to update the calendar\n"));
break;
case CAL_CLIENT_RESULT_SUCCESS :
dialog = gnome_ok_dialog (_("Update complete\n"));
@@ -1606,7 +1606,7 @@ update_attendee_status (EItipControl *itip)
dialog = gnome_warning_dialog (_("Object could not be found\n"));
break;
case CAL_CLIENT_RESULT_PERMISSION_DENIED :
- dialog = gnome_warning_dialog (_("You don't have permissions to update the calendar\n"));
+ dialog = gnome_warning_dialog (_("You don't have the right permissions to update the calendar\n"));
break;
case CAL_CLIENT_RESULT_SUCCESS :
dialog = gnome_ok_dialog (_("Attendee status updated\n"));