equivocate on mail recommendation

This commit is contained in:
Michael Meeks
2010-04-26 12:33:02 +01:00
parent b2121b1cf7
commit 7ef34bfaae

View File

@ -719,7 +719,7 @@ mav_next_pressed (GtkButton *button, MailAccountView *mav)
gtk_toggle_button_set_active ((GtkToggleButton *)mav->priv->gcontacts, TRUE);
gtk_toggle_button_set_active ((GtkToggleButton *)mav->priv->calendar, TRUE);
mav->priv->gmail_info_label = gtk_label_new (_("You need to enable IMAP access."));
mav->priv->gmail_info_label = gtk_label_new (_("You may need to enable IMAP access."));
gtk_label_set_selectable ((GtkLabel *)mav->priv->gmail_info_label, TRUE);
gtk_widget_show (mav->priv->gcontacts);