diff options
author | Nat Friedman <nat@novell.com> | 2005-01-17 21:14:08 +0800 |
---|---|---|
committer | Nat Friedman <nat@src.gnome.org> | 2005-01-17 21:14:08 +0800 |
commit | 7bec5dfd060311b289e3ed923f2cf280fa1a42e1 (patch) | |
tree | de8efa820c1f282534223375b1867f4e59ad4d07 | |
parent | 1ae9d8cfacce7e9e5816bec6af6fea2451ef51a3 (diff) | |
download | gsoc2013-evolution-7bec5dfd060311b289e3ed923f2cf280fa1a42e1.tar.gz gsoc2013-evolution-7bec5dfd060311b289e3ed923f2cf280fa1a42e1.tar.zst gsoc2013-evolution-7bec5dfd060311b289e3ed923f2cf280fa1a42e1.zip |
Changed the title for the free/busy publishing settings dialog to
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).
svn path=/trunk/; revision=28421
-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> |