diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-05-06 13:25:09 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-05-06 13:25:09 +0800 |
commit | 333247971baf5fc6d19fe441b41410d4463b5569 (patch) | |
tree | 90cc21c3281d32d8fd0c5dec977dccf7e2b3040a /mail | |
parent | f1e8bb44d60ec9c8ae918ae544c95862be6b4386 (diff) | |
download | gsoc2013-evolution-333247971baf5fc6d19fe441b41410d4463b5569.tar.gz gsoc2013-evolution-333247971baf5fc6d19fe441b41410d4463b5569.tar.zst gsoc2013-evolution-333247971baf5fc6d19fe441b41410d4463b5569.zip |
Changed string 'login' Rephrased photo string Rephrased photo string
2005-05-06 Srinivasa Ragavan <sragavan@novell.com>
* addressbook/gui/component/ldap-config.glade: Changed string 'login'
* mail/evolution-mail.schemas.in.in: Rephrased photo string
* mail/mail-config.glade: Rephrased photo string
* ui/evolution-mail-message.xml: Changed 'From' to 'from'
svn path=/trunk/; revision=29288
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 2 | ||||
-rw-r--r-- | mail/mail-config.glade | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index 4ba23ebf2c..81af9dccc7 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -236,7 +236,7 @@ <long> Load images for HTML messages over http(s). Possible values are: 0 - Never load images off the net - 1 - Load images if sender is in the addressbook + 1 - Load images in mail from contacts 2 - Always load images off the net </long> </locale> diff --git a/mail/mail-config.glade b/mail/mail-config.glade index e559d2369d..442711ff02 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -5414,7 +5414,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkRadioButton" id="radImagesSometimes"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Load images if sender is in address book</property> + <property name="label" translatable="yes">_Load images in mail from contacts</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |