diff options
author | Not Zed <NotZed@Ximian.com> | 2005-03-03 12:00:16 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-03-03 12:00:16 +0800 |
commit | e56e4246027d2f437fcc946932e228ffcc4029aa (patch) | |
tree | eb4842e985df0404950cfe7067b1f6951005afca /mail/mail-dialogs.glade | |
parent | fcc9045e90a0312645302053fd52aae04f25e8f7 (diff) | |
download | gsoc2013-evolution-e56e4246027d2f437fcc946932e228ffcc4029aa.tar.gz gsoc2013-evolution-e56e4246027d2f437fcc946932e228ffcc4029aa.tar.zst gsoc2013-evolution-e56e4246027d2f437fcc946932e228ffcc4029aa.zip |
** See "bug" 73100
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.
svn path=/trunk/; revision=28944
Diffstat (limited to 'mail/mail-dialogs.glade')
-rw-r--r-- | mail/mail-dialogs.glade | 5 |
1 files changed, 1 insertions, 4 deletions
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> |