diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-07-27 19:40:23 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-07-27 19:40:23 +0800 |
commit | cd2b203803881f7c8ba2428466a86ad63f4f8f31 (patch) | |
tree | 166133703efd23fd64dec5657200c2b882fe3150 /mail/mail-config.glade | |
parent | 69de7c06b6a296ac740833220a4dda7c12b3bfb7 (diff) | |
download | gsoc2013-evolution-cd2b203803881f7c8ba2428466a86ad63f4f8f31.tar.gz gsoc2013-evolution-cd2b203803881f7c8ba2428466a86ad63f4f8f31.tar.zst gsoc2013-evolution-cd2b203803881f7c8ba2428466a86ad63f4f8f31.zip |
Changed "Host" to "Server"
2005-07-27 Srinivasa Ragavan <sragavan@novell.com>
* mail-config.glade: Changed "Host" to "Server"
svn path=/trunk/; revision=29902
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 4 |
1 files changed, 2 insertions, 2 deletions
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> |