diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/glade/e-active-connection-dialog.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 6a88e56e79..52d7c1724c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-04-14 Not Zed <NotZed@Ximian.com> + + * glade/e-active-connection-dialog.glade: fix the title of the + dialogue box. #41304. + 2003-04-09 Dan Winship <danw@ximian.com> * e-folder-list.c: Update for e_option_menu prototype diff --git a/shell/glade/e-active-connection-dialog.glade b/shell/glade/e-active-connection-dialog.glade index 29f1d5fba3..beda2a1664 100644 --- a/shell/glade/e-active-connection-dialog.glade +++ b/shell/glade/e-active-connection-dialog.glade @@ -5,7 +5,7 @@ <widget class="GtkDialog" id="active_connection_dialog"> <property name="visible">True</property> - <property name="title" translatable="yes">dialog1</property> + <property name="title" translatable="yes">Active connections</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> |