diff options
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail-config.glade | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 50753a0712..0d7d81c437 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2005-07-27 Srinivasa Ragavan <sragavan@novell.com> + + * mail-config.glade: Changed "Host" to "Server" + 2005-07-27 Not Zed <NotZed@Ximian.com> * mail-send-recv.c (get_folders): hack to make it honour the diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 442711ff02..c7dc2b0f93 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -1118,7 +1118,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="source_host_label"> <property name="visible">True</property> - <property name="label" translatable="yes">_Host:</property> + <property name="label" translatable="yes">_Server:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> @@ -1870,7 +1870,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="transport_host_label"> <property name="visible">True</property> - <property name="label" translatable="yes">_Host:</property> + <property name="label" translatable="yes">_Server:</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_RIGHT</property> |