diff options
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/dialogs/url-editor-dialog.glade | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 78226cbffa..d30bafaed9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2005-01-17 Nat Friedman <nat@novell.com> + + * gui/dialogs/url-editor-dialog.glade: Changed the title for the + free/busy publishing settings dialog to "Free/Busy Publishing + Settings" (away from "Free/Busy Editor" which made no sense). + 2005-01-17 Rodrigo Moya <rodrigo@novell.com> * gui/e-calendar-view.c (on_unrecur_appointment): removed the diff --git a/calendar/gui/dialogs/url-editor-dialog.glade b/calendar/gui/dialogs/url-editor-dialog.glade index 2415a78059..27ddf1bd08 100644 --- a/calendar/gui/dialogs/url-editor-dialog.glade +++ b/calendar/gui/dialogs/url-editor-dialog.glade @@ -6,7 +6,7 @@ <widget class="GtkDialog" id="url_editor"> <property name="visible">True</property> - <property name="title" translatable="yes">Free/Busy Editor</property> + <property name="title" translatable="yes">Free/Busy Publishing Settings</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="modal">False</property> |