diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-10 00:52:31 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-10 00:52:31 +0800 |
commit | a9dabb852322560eb513b82e5325faf1d521f2a9 (patch) | |
tree | 8e9399c9114c59ec189b344eb72a639b280bb020 | |
parent | 80bcc19f82b4cb2532acd1b684c03482b25a80e1 (diff) | |
download | gsoc2013-evolution-a9dabb852322560eb513b82e5325faf1d521f2a9.tar gsoc2013-evolution-a9dabb852322560eb513b82e5325faf1d521f2a9.tar.gz gsoc2013-evolution-a9dabb852322560eb513b82e5325faf1d521f2a9.tar.bz2 gsoc2013-evolution-a9dabb852322560eb513b82e5325faf1d521f2a9.tar.lz gsoc2013-evolution-a9dabb852322560eb513b82e5325faf1d521f2a9.tar.xz gsoc2013-evolution-a9dabb852322560eb513b82e5325faf1d521f2a9.tar.zst gsoc2013-evolution-a9dabb852322560eb513b82e5325faf1d521f2a9.zip |
Rename "port" to "type" here too.
* glade/e-active-connection-dialog.glade: Rename "port" to "type"
here too.
svn path=/trunk/; revision=9725
-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 6d746217d8..9971f16e2b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-05-08 Dan Winship <danw@ximian.com> + + * glade/e-active-connection-dialog.glade: Rename "port" to "type" + here too. + 2001-05-08 Iain Holmes <iain@ximian.com> * importer/evolution-importer-client.c (evolution_importer_client_load_file): diff --git a/shell/glade/e-active-connection-dialog.glade b/shell/glade/e-active-connection-dialog.glade index ef14698493..2370b66821 100644 --- a/shell/glade/e-active-connection-dialog.glade +++ b/shell/glade/e-active-connection-dialog.glade @@ -144,7 +144,7 @@ <class>GtkLabel</class> <child_name>CList:title</child_name> <name>label3</name> - <label>Port</label> + <label>Type</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> |