diff options
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> |