diff options
author | Lucian Langa <lucilanga@gnome.org> | 2008-07-28 13:15:38 +0800 |
---|---|---|
committer | Lucian Langa <lucilanga@src.gnome.org> | 2008-07-28 13:15:38 +0800 |
commit | ec73c662862045b2c56cb5b326f06b034eceae8d (patch) | |
tree | f05e7d155213695937c9f854a3561b9246f2b7b0 | |
parent | 9d89b214fd7b6a6b60ea1a808d472b783a30618a (diff) | |
download | gsoc2013-evolution-ec73c662862045b2c56cb5b326f06b034eceae8d.tar.gz gsoc2013-evolution-ec73c662862045b2c56cb5b326f06b034eceae8d.tar.zst gsoc2013-evolution-ec73c662862045b2c56cb5b326f06b034eceae8d.zip |
** See bug #504417: Preferences windows cut off
2008-07-28 Lucian Langa <lucilanga@gnome.org>
* mail/mail-config.glade:
** See bug #504417: Preferences windows
cut off
svn path=/trunk/; revision=35845
-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> |