diff options
-rw-r--r-- | mail/evolution-mail.schemas.in | 2 | ||||
-rw-r--r-- | mail/mail-config.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 5e7ac53666..3bc4e35700 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1554,7 +1554,7 @@ <owner>evolution-mail</owner> <type>list</type> <list_type>string</list_type> - <default>[chkOutlookFilenames,vboxTopPosting,chkPromptEmptySubject]</default> + <default>[chkOutlookFilenames,vboxTopPosting,labelAlerts,chkPromptEmptySubject]</default> <locale name="C"> <short>List of controls to hide when in Express mode</short> <long> diff --git a/mail/mail-config.ui b/mail/mail-config.ui index c84a5cc578..8f8935bd0e 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -4540,7 +4540,7 @@ For example: "Work" or "Personal"</property> </packing> </child> <child> - <object class="GtkLabel" id="label506"> + <object class="GtkLabel" id="labelAlerts"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Alerts</property> |