diff options
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail-config.glade | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a25c4346a5..4ddf3dcbf5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2008-07-28 Lucian Langa <lucilanga@gnome.org> + + * mail/mail-config.glade: + ** See bug #504417: Preferences windows + cut off + 2008-07-28 Jeff Cai <jeff.cai@sun.com> * em-migrate.c: (migrate_to_db): diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 867f786f9f..44251770c1 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -4962,7 +4962,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="mlimit_checkbutton"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Do not format text contents in messages if the text si_ze exceeds</property> + <property name="label" translatable="yes">Do not format messages when text si_ze exceeds</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -5646,7 +5646,7 @@ For example: "Work" or "Personal"</property> <widget class="GtkCheckButton" id="chkPromptWantHTML"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Prompt when sending HTML messages to contacts that do not want them</property> + <property name="label" translatable="yes">_Prompt on sending HTML mails to contacts that do not want them</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> @@ -6847,7 +6847,7 @@ For example: "Work" or "Personal"</property> <child> <widget class="GtkLabel" id="label590"> <property name="visible">True</property> - <property name="label" translatable="yes">This option will be overridden if a match for custom junk headers is found.</property> + <property name="label" translatable="yes">Option is ignored if a match for custom junk headers is found.</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |