diff options
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/mail-dialogs.glade | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2ec5d0b12b..f449bede7c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2005-03-02 Not Zed <NotZed@Ximian.com> + + ** See "bug" 73100 + + * mail-dialogs.glade: empty out the license_top_label text, it is + always overwriten by the code. + 2005-03-01 Not Zed <NotZed@Ximian.com> * message-list.c: include atkutil.h diff --git a/mail/mail-dialogs.glade b/mail/mail-dialogs.glade index 43b53a3e0c..6ffb46dba0 100644 --- a/mail/mail-dialogs.glade +++ b/mail/mail-dialogs.glade @@ -954,10 +954,7 @@ <child> <widget class="GtkLabel" id="license_top_label"> <property name="visible">True</property> - <property name="label" translatable="yes"> - Please read carefully the license agreement displayed - below and tick the check box for accepting it -</property> + <property name="label" translatable="no"></property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |