From 43dfa91e96a82455faeeb6376b02b0dc8a53c93c Mon Sep 17 00:00:00 2001 From: Aaron Weber Date: Mon, 30 Sep 2002 20:11:15 +0000 Subject: It's a grand old string-review! Nitpicky and minor changes; details in the appropriate ChangeLog files. svn path=/trunk/; revision=18268 --- calendar/gui/dialogs/alarm-options.glade | 2 +- calendar/gui/e-itip-control.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'calendar/gui') 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 GtkLabel malarm-group False - + GTK_JUSTIFY_CENTER True 0.5 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")); -- cgit